diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-21 15:15:07 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-21 15:15:07 -0700 |
commit | 49975f10b9982d95b36681be536f3f70fa46dbf4 (patch) | |
tree | 099e22e8d26afa0021226c9c89d1a85660eaa560 /themes | |
parent | 06f066164f60fe0babbc7a480e6319a0702e0c46 (diff) |
Add width/height to the logo <img>
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 ?> |