mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-17 23:39:53 -04:00
Add dimensions to logo.
This commit is contained in:
@@ -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() ?>
|
||||
|
||||
Reference in New Issue
Block a user