diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-12-19 13:59:54 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-12-19 13:59:54 +0000 |
| commit | e25e80301cbf25a90ee5c21d59c9a1cee987a2f4 (patch) | |
| tree | a9f9c5e3cdeb6ef092431c590f307d3729d55c09 /menu_items.php | |
| parent | 0d1c7ac9d26649ae22460b81d44fc51caa72aedd (diff) | |
| download | nexus-e25e80301cbf25a90ee5c21d59c9a1cee987a2f4.tar.gz nexus-e25e80301cbf25a90ee5c21d59c9a1cee987a2f4.tar.bz2 nexus-e25e80301cbf25a90ee5c21d59c9a1cee987a2f4.zip | |
update codeR250
Diffstat (limited to 'menu_items.php')
| -rw-r--r-- | menu_items.php | 6 |
1 files 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 @@ <?php /** * @author xing <xing@synapse.plus.com> - * @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' )); ?> |
