summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-21 15:15:07 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-21 15:15:07 -0700
commit49975f10b9982d95b36681be536f3f70fa46dbf4 (patch)
tree099e22e8d26afa0021226c9c89d1a85660eaa560 /themes
parent06f066164f60fe0babbc7a480e6319a0702e0c46 (diff)
Add width/height to the logo <img>
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/header.html.php2
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 ?>