summaryrefslogtreecommitdiff
path: root/themes/admin_default/views/header.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/admin_default/views/header.html.php')
-rw-r--r--themes/admin_default/views/header.html.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/themes/admin_default/views/header.html.php b/themes/admin_default/views/header.html.php
deleted file mode 100644
index 89d105fb..00000000
--- a/themes/admin_default/views/header.html.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<? defined("SYSPATH") or die("No direct script access."); ?>
-<?= $theme->header_top() ?>
-<img id="gLogo" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" />
-
-<div id="gSiteMenu" class="gClearFix">
-<?= $theme->site_navigation() ?>
-</div>
-
-<?= $theme->header_bottom() ?>
-
-<? if ($page_type != "tag"): ?>
-<ul id="gBreadcrumbs" class="gClearFix">
- <? foreach ($parents as $parent): ?>
- <li><a href="<?= url::site("albums/{$parent->id}") ?>"><?= $parent->title ?></a></li>
- <? endforeach ?>
- <li class="active"><?= $item->title ?></li>
-</ul>
-<? endif ?>