summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:28 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:28 +0000
commit57c06511cdce3a1025f67f9fdfd84461e08f04b9 (patch)
tree07845f9cafe4ca219e8caba28d590ab5c815628a /index.php
parent4b6e8e44c20e202c1b89980f997ee0594c80118d (diff)
downloadusers-57c06511cdce3a1025f67f9fdfd84461e08f04b9.tar.gz
users-57c06511cdce3a1025f67f9fdfd84461e08f04b9.tar.bz2
users-57c06511cdce3a1025f67f9fdfd84461e08f04b9.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 824b1b2..e590b28 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.29 2008/03/23 13:08:13 lsces Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.30 2008/06/25 22:21:28 spiderr Exp $
*
- * $Id: index.php,v 1.29 2008/03/23 13:08:13 lsces Exp $
+ * $Id: index.php,v 1.30 2008/06/25 22:21:28 spiderr Exp $
* @package users
* @subpackage functions
*/
@@ -113,5 +113,5 @@ if( !empty( $_REQUEST['home'] ) && $gQueryUser->isValid() && (( $gBitUser->hasPe
}
$gBitSmarty->assign( 'gBitLanguage', $gBitLanguage );
-$gBitSystem->display( $centerDisplay, $browserTitle );
+$gBitSystem->display( $centerDisplay, $browserTitle , array( 'display_mode' => 'display' ));
?>