diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 01:50:52 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 01:50:52 +0000 |
| commit | 1127257f638ce641f23751928c449c3121622a8d (patch) | |
| tree | 1f84154eaf0e4305fb4019e616eeee80e725a8e6 /themes/default/views/header.html.php | |
| parent | 20f6be62c827ab975c652f0d841cfa85d33405ed (diff) | |
Rename default_admin to admin_default.
Diffstat (limited to 'themes/default/views/header.html.php')
| -rw-r--r-- | themes/default/views/header.html.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php deleted file mode 100644 index 89d105fb..00000000 --- a/themes/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 ?> |
