diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:17 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:17 +0000 |
| commit | a46701b65036570edb34315fb43a4cc5212bc561 (patch) | |
| tree | 2cea9673efd1eea4a70a7a164f8de064f6bd5bc5 /list.php | |
| parent | 00ae28e790bafeeb7f8d0c586c5db6b74cf96aeb (diff) | |
| download | pigeonholes-a46701b65036570edb34315fb43a4cc5212bc561.tar.gz pigeonholes-a46701b65036570edb34315fb43a4cc5212bc561.tar.bz2 pigeonholes-a46701b65036570edb34315fb43a4cc5212bc561.zip | |
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'list.php')
| -rw-r--r-- | list.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * $Header * * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.11 $ + * @version $Revision: 1.12 $ * @package pigeonholes * @subpackage functions */ @@ -40,5 +40,5 @@ if( !empty( $pigeonList ) ) { } $gBitSmarty->assign( 'listInfo', $listHash['listInfo'] ); -$gBitSystem->display( 'bitpackage:pigeonholes/list.tpl', tra( 'List Categories' ) ); +$gBitSystem->display( 'bitpackage:pigeonholes/list.tpl', tra( 'List Categories' ) , array( 'display_mode' => 'list' )); ?> |
