summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-18 07:32:34 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-18 07:32:34 +0000
commitc67234974d578cacfd354b103e1f166e8ea2c426 (patch)
tree208c16cc8a8d43e60e69b497cfe193d97f885974 /themes/default
parentaed68bfa9f68bfbc5df09135bec371b98a579671 (diff)
Refactor site admin menu into a theme function and build the menus in
the various modules. In the process, rename xxx_menu::site_navigation() to just xxx_menu::site(). And add xxx_menu::admin(). The menus are the same as before, but I changed the HTML to be consistent with the way that we do it in the regular site, and this broke the superfish styles. I don't know how to fix this.. help me Chad!
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/views/header.html.php2
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() ?>