summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/header.html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index c34486be..29c7a8e0 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -4,10 +4,11 @@
<div id="gSiteMenu" class="gClearFix">
<ul class="ui-tabs-nav">
+ <?= $theme->navigation_top() ?>
<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>
+ <?= $theme->navigation_bottom() ?>
<li><a href="#"><?= _("ADMIN") ?></a></li>
</ul>
</div>