Make the logos link back to the main album page for easy navigation.

This commit is contained in:
Bharat Mediratta
2009-01-12 00:42:14 +00:00
parent e7f6befaa4
commit 59202b943e
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->header_top() ?>
<img id="gLogo" alt="<?= t("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
<a href="<?= url::site("albums/1") ?>">
<img id="gLogo" alt="<?= t("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
</a>
<div id="gSiteMenu">
<?= $theme->site_menu() ?>