diff options
-rw-r--r-- | themes/default/views/header.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index 2e9da463..7b39da41 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -11,8 +11,8 @@ <? endif; ?> </div> <ul id="gSiteMenu"> - <li><a href="index.php"><?= _("HOME") ?></a></li> - <li><a class="active" href="index.php/album/1"><?= _("BROWSE") ?></a></li> + <li><a href="<?= url::base() ?>"><?= _("HOME") ?></a></li> + <li><a class="active" href="<?= url::site("album/1") ?>"><?= _("BROWSE") ?></a></li> <li><a href="#"><?= _("UPLOAD") ?></a></li> <li><a href="#"><?= _("MY GALLERY") ?></a></li> <li><a href="#"><?= _("ADMIN") ?></a></li> |