diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:06 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:06 +0000 |
| commit | e315117c54544e23d472333989dfe6f62f8792b0 (patch) | |
| tree | 1bc6e86f32ad41b9dd585d5a1daf90f774a882ec /list_topics.php | |
| parent | d8de906462155c32339a6ea23336d6f420675873 (diff) | |
| download | articles-e315117c54544e23d472333989dfe6f62f8792b0.tar.gz articles-e315117c54544e23d472333989dfe6f62f8792b0.tar.bz2 articles-e315117c54544e23d472333989dfe6f62f8792b0.zip | |
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'list_topics.php')
| -rw-r--r-- | list_topics.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/list_topics.php b/list_topics.php index 2f5ef64..3420168 100644 --- a/list_topics.php +++ b/list_topics.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/list_topics.php,v 1.4 2008/06/19 09:29:08 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/list_topics.php,v 1.5 2008/06/25 22:21:06 spiderr Exp $ * @package articles * @subpackage functions */ @@ -20,5 +20,5 @@ $topics = BitArticleTopic::getTopicList(); $gBitSmarty->assign( 'topics', $topics ); -$gBitSystem->display( 'bitpackage:articles/list_topics.tpl', tra( 'List Topics' ) ); +$gBitSystem->display( 'bitpackage:articles/list_topics.tpl', tra( 'List Topics' ) , array( 'display_mode' => 'list' )); ?> |
