From e25e80301cbf25a90ee5c21d59c9a1cee987a2f4 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Fri, 19 Dec 2008 13:59:54 +0000 Subject: update code --- menu_items.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/menu_items.php b/menu_items.php index 12e47de..cc9a3a5 100644 --- a/menu_items.php +++ b/menu_items.php @@ -1,7 +1,7 @@ - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ * @package nexus * @subpackage functions */ @@ -10,7 +10,6 @@ * required setup */ require_once( '../bit_setup_inc.php' ); -global $gBitSystem; require_once( NEXUS_PKG_PATH.'Nexus.php'); include_once( NEXUS_PKG_PATH.'menu_lookup_inc.php' ); @@ -107,6 +106,5 @@ if( count( $menuList ) > 1 ) { $gBitSmarty->assign( 'menuList', $menuList ); } -$gBitSystem->setBrowserTitle( 'Nexus Menus' ); -$gBitSystem->display( 'bitpackage:nexus/menu_items.tpl' , NULL, array( 'display_mode' => 'display' )); +$gBitSystem->display( 'bitpackage:nexus/menu_items.tpl' , 'Nexus Menus', array( 'display_mode' => 'display' )); ?> -- cgit v1.3