diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:30 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:30 +0000 |
| commit | 7144420dc99a55d4e8f5b81cec6200ede8c200b2 (patch) | |
| tree | 4f6e2fc33f2ef268d70d293cdbaf720becaab363 /rankings.php | |
| parent | e6db2a56250bc0789190d0b22c0acc0089dedf45 (diff) | |
| download | wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.tar.gz wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.tar.bz2 wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.zip | |
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'rankings.php')
| -rw-r--r-- | rankings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rankings.php b/rankings.php index 2fdcc61..6e6c791 100644 --- a/rankings.php +++ b/rankings.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/rankings.php,v 1.11 2007/10/12 16:14:14 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/rankings.php,v 1.12 2008/06/25 22:21:30 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: rankings.php,v 1.11 2007/10/12 16:14:14 spiderr Exp $ + * $Id: rankings.php,v 1.12 2008/06/25 22:21:30 spiderr Exp $ * @package wiki * @subpackage functions */ @@ -68,5 +68,5 @@ if( empty( $gContent ) ) { $rankList = $gContent->getContentRanking( $_REQUEST ); $gBitSmarty->assign( 'rankList', $rankList ); -$gBitSystem->display( 'bitpackage:liberty/rankings.tpl', tra( "Wiki Rankings" ) ); +$gBitSystem->display( 'bitpackage:liberty/rankings.tpl', tra( "Wiki Rankings" ) , array( 'display_mode' => 'display' )); ?> |
