Module: nagvis Branch: master Commit: 336f1d881012bfa555c03a1ed0274db63637d741 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=336f1d881012bfa555c03a1ed0274db63637d741
Author: LaMi <[email protected]> Date: Sat Jan 2 13:22:20 2010 +0100 Fixed header menu on urls --- .../frontend/nagvis-js/classes/FrontendModUrl.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/frontend/nagvis-js/classes/FrontendModUrl.php b/share/frontend/nagvis-js/classes/FrontendModUrl.php index 0f542e9..e0fab2b 100644 --- a/share/frontend/nagvis-js/classes/FrontendModUrl.php +++ b/share/frontend/nagvis-js/classes/FrontendModUrl.php @@ -48,8 +48,8 @@ class FrontendModUrl extends FrontendModule { // Need to parse the header menu? if($this->CORE->getMainCfg()->getValue('index','headermenu')) { - // Parse the header menu - $HEADER = new GlobalHeaderMenu($this->CORE, $this->AUTHORISATION, $this->CORE->getMainCfg()->getValue('index', 'headertemplate')); + // Parse the header menu + $HEADER = new NagVisHeaderMenu($this->CORE, $this->AUTHORISATION, $this->CORE->getMainCfg()->getValue('index', 'headertemplate')); // Put rotation information to header menu if($this->rotation != '') { ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
