diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:14 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:14 +0000 |
| commit | 3349a7ff28bdbe6b31f8941e63148fe408a69d43 (patch) | |
| tree | c03cbb3a3063b692d0690d3c2843845639a5c7f4 /menu_sort.php | |
| parent | ea93f6ef9296c993952c17325010c2a83acafe40 (diff) | |
| download | nexus-3349a7ff28bdbe6b31f8941e63148fe408a69d43.tar.gz nexus-3349a7ff28bdbe6b31f8941e63148fe408a69d43.tar.bz2 nexus-3349a7ff28bdbe6b31f8941e63148fe408a69d43.zip | |
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'menu_sort.php')
| -rw-r--r-- | menu_sort.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_sort.php b/menu_sort.php index ab8a0c7..12717ff 100644 --- a/menu_sort.php +++ b/menu_sort.php @@ -1,7 +1,7 @@ <?php /** * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * @package nexus * @subpackage functions */ @@ -43,5 +43,5 @@ if( isset( $_REQUEST['tab'] ) ) { $gBitSmarty->assign( 'nexus_file', strtolower( 'mod_'.preg_replace( "/ /", "_", $gNexus->mInfo['title'] ).'_'.$gNexus->mInfo['menu_id'].'.tpl' ) ); $gBitSystem->setBrowserTitle( 'Nexus Menus' ); -$gBitSystem->display( 'bitpackage:nexus/menu_sort.tpl' ); +$gBitSystem->display( 'bitpackage:nexus/menu_sort.tpl' , NULL, array( 'display_mode' => 'display' )); ?> |
