summaryrefslogtreecommitdiff
path: root/my_images.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_images.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_images.php')
-rw-r--r--my_images.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/my_images.php b/my_images.php
index 48674a0..3a53200 100644
--- a/my_images.php
+++ b/my_images.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/my_images.php,v 1.11 2007/09/26 09:24:22 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/my_images.php,v 1.12 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_images.php,v 1.11 2007/09/26 09:24:22 squareing Exp $
+ * $Id: my_images.php,v 1.12 2008/06/25 22:21:28 spiderr Exp $
* @package users
* @subpackage functions
*/
@@ -52,5 +52,5 @@ if( !empty( $_REQUEST['fSubmitBio'] ) ) {
// dunno why, but this fixes the bug. XOXO spiderr
$gBitSmarty->assign_by_ref( 'gQueryUser', $gQueryUser );
-$gBitSystem->display( 'bitpackage:users/my_images.tpl', tra( 'Personal Images' ));
+$gBitSystem->display( 'bitpackage:users/my_images.tpl', tra( 'Personal Images' ), array( 'display_mode' => 'display' ));
?>