mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-03 18:29:09 -04:00
Make the logos link back to the main album page for easy navigation.
This commit is contained in:
@@ -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() ?>
|
||||
|
||||
Reference in New Issue
Block a user