summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-02 04:04:53 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-02 04:04:53 +0000
commit06749e2bbf7ea19549f98bedb8a7895790e88a4e (patch)
tree5be9dea8264c53f1e0cd5b91920651527e4eb381
parentb08373919bb236e3516943321991d83b5746fb0d (diff)
Add dimensions to logo.
-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 c94527e9..582186bf 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->site_status() ?>
<?= $theme->header_top() ?>
-<img id="gLogo" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
+<img id="gLogo" width="107" height="48" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
<div id="gSiteMenu">
<?= $theme->site_menu() ?>