diff options
Diffstat (limited to 'themes/default/views/header.html.php')
-rw-r--r-- | themes/default/views/header.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index 89d105fb..d6b055e4 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -3,7 +3,7 @@ <img id="gLogo" alt="<?= _("Logo") ?>" src="<?= $theme->url("images/logo.png") ?>" /> <div id="gSiteMenu" class="gClearFix"> -<?= $theme->site_navigation() ?> +<?= $theme->site_menu() ?> </div> <?= $theme->header_bottom() ?> |