summaryrefslogtreecommitdiff
path: root/display_bituser_inc.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 /display_bituser_inc.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 'display_bituser_inc.php')
-rw-r--r--display_bituser_inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/display_bituser_inc.php b/display_bituser_inc.php
index baf7dd3..8c3ea54 100644
--- a/display_bituser_inc.php
+++ b/display_bituser_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/display_bituser_inc.php,v 1.2 2005/06/28 07:46:23 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/display_bituser_inc.php,v 1.3 2008/06/25 22:21:28 spiderr Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: display_bituser_inc.php,v 1.2 2005/06/28 07:46:23 spiderr Exp $
+ * $Id: display_bituser_inc.php,v 1.3 2008/06/25 22:21:28 spiderr Exp $
* @package users
* @subpackage functions
*/
@@ -20,6 +20,6 @@
// this first version is a bit incomplete, but at least things work now. - spiderr
include USERS_PKG_PATH.'templates/center_user_wiki_page.php';
- $gBitSystem->display( 'bitpackage:users/center_user_wiki_page.tpl' );
+ $gBitSystem->display( 'bitpackage:users/center_user_wiki_page.tpl' , NULL, array( 'display_mode' => 'display' ));
?>