summaryrefslogtreecommitdiff
path: root/themes/default/views/header.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/views/header.html.php')
-rw-r--r--themes/default/views/header.html.php18
1 files changed, 10 insertions, 8 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index 1a6a10e8..edb03640 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -23,13 +23,15 @@
</ul>
<? endif; ?>
-<ul id="gSiteMenu">
- <li><a href="<?= url::base() ?>"><?= _("HOME") ?></a></li>
- <li><a class="active" href="<?= url::site("albums/1") ?>"><?= _("BROWSE") ?></a></li>
- <li><a href="#"><?= _("UPLOAD") ?></a></li>
- <li><a href="#"><?= _("MY GALLERY") ?></a></li>
- <li><a href="#"><?= _("ADMIN") ?></a></li>
-</ul>
+<div id="gSiteMenu" class="gClearFix">
+ <ul class="ui-tabs-nav">
+ <li><a href="<?= url::base() ?>"><?= _("HOME") ?></a></li>
+ <li><a class="active" href="<?= url::site("albums/1") ?>"><?= _("BROWSE") ?></a></li>
+ <li><a href="#"><?= _("UPLOAD") ?></a></li>
+ <li><a href="#"><?= _("MY GALLERY") ?></a></li>
+ <li><a href="#"><?= _("ADMIN") ?></a></li>
+ </ul>
+</div>
<form id="gSearchForm" class="gInline">
<ul class="gNoLabels">
@@ -38,7 +40,7 @@
</ul>
</form>
-<ul id="gBreadcrumbs">
+<ul id="gBreadcrumbs" class="gClearFix">
<? foreach ($parents as $parent): ?>
<li><a href="<?= url::site("albums/{$parent->id}") ?>"><?= $parent->title_edit ?></a></li>
<? endforeach ?>