diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-21 18:21:00 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-21 18:21:00 -0700 |
| commit | 284fea0870bd0087db168bb2dfca6ae62c1b0849 (patch) | |
| tree | 7389db6dcca02a270f015580e5cdf4ebf4fc00d4 /themes | |
| parent | 39cf3c2b046b03691937e112268403130508da63 (diff) | |
| parent | 49975f10b9982d95b36681be536f3f70fa46dbf4 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/default/views/header.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index 1e70b7ac..e1e52bda 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -4,7 +4,7 @@ <?= $header_text ?> <? else: ?> <a href="<?= url::site("albums/1") ?>"> - <img id="gLogo" alt="<?= t("Gallery: Your photos on your web site") ?>" src="<?= $theme->url("images/logo.png") ?>" /> + <img width="107" height="48" id="gLogo" alt="<?= t("Gallery: Your photos on your web site") ?>" src="<?= $theme->url("images/logo.png") ?>" /> </a> <? endif ?> |
