diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:28 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:28 +0000 |
| commit | 57c06511cdce3a1025f67f9fdfd84461e08f04b9 (patch) | |
| tree | 07845f9cafe4ca219e8caba28d590ab5c815628a /index.php | |
| parent | 4b6e8e44c20e202c1b89980f997ee0594c80118d (diff) | |
| download | users-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.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' )); ?> |
