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 /custom_home.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 'custom_home.php')
| -rw-r--r-- | custom_home.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom_home.php b/custom_home.php index ea98909..9b0f700 100644 --- a/custom_home.php +++ b/custom_home.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.6 2006/04/19 17:11:19 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.7 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: custom_home.php,v 1.6 2006/04/19 17:11:19 spiderr Exp $ + * $Id: custom_home.php,v 1.7 2008/06/25 22:21:28 spiderr Exp $ * @package users * @subpackage functions */ @@ -35,5 +35,5 @@ print_r($b); */ $gBitSystem->verifyFeature( 'users_custom_home' ); // Display the template -$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl'); +$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', NULL, array( 'display_mode' => 'display' )); ?> |
