diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:08 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:08 +0000 |
| commit | 012c765b13267e0fdead1ba07642e391a0ed6341 (patch) | |
| tree | ce8ad73327def3aee3139c7b9bd096062563f0aa /topic_move.php | |
| parent | 9a86dcecdafa64c24d3f3964e92a7008e0b0f88e (diff) | |
| download | boards-012c765b13267e0fdead1ba07642e391a0ed6341.tar.gz boards-012c765b13267e0fdead1ba07642e391a0ed6341.tar.bz2 boards-012c765b13267e0fdead1ba07642e391a0ed6341.zip | |
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'topic_move.php')
| -rw-r--r-- | topic_move.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topic_move.php b/topic_move.php index 972ed1e..20d4f7c 100644 --- a/topic_move.php +++ b/topic_move.php @@ -58,5 +58,5 @@ $board = new BitBoard(); $gBitSmarty->assign_by_ref('boards', $board->getBoardSelectList()); require_once( BOARDS_PKG_PATH .'lookup_inc.php' ); -$gBitSystem->display( 'bitpackage:boards/topic_move.tpl', tra('Category') ); +$gBitSystem->display( 'bitpackage:boards/topic_move.tpl', tra('Category') , array( 'display_mode' => 'display' )); ?> |
