summaryrefslogtreecommitdiff
path: root/my.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 /my.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 'my.php')
-rw-r--r--my.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/my.php b/my.php
index f12290b..b8b9cad 100644
--- a/my.php
+++ b/my.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/my.php,v 1.17 2008/01/01 23:55:22 jht001 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/my.php,v 1.18 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: my.php,v 1.17 2008/01/01 23:55:22 jht001 Exp $
+ * $Id: my.php,v 1.18 2008/06/25 22:21:28 spiderr Exp $
* @package users
* @subpackage functions
*/
@@ -60,6 +60,6 @@ if( $gBitSystem->isFeatureActive( 'display_users_content_list' ) ) {
// end of content listing
}
-$gBitSystem->display( 'bitpackage:users/my_bitweaver.tpl', 'My '.$gBitSystem->getConfig( 'site_title' ) );
+$gBitSystem->display( 'bitpackage:users/my_bitweaver.tpl', 'My '.$gBitSystem->getConfig( 'site_title' ) , array( 'display_mode' => 'display' ));
?>