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 /read.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 'read.php')
| -rw-r--r-- | read.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.24 2008/06/19 09:29:08 lsces Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.25 2008/06/25 22:21:06 spiderr Exp $ * @package articles * @subpackage functions */ @@ -61,5 +61,5 @@ if( @$gContent->mInfo['allow_comments'] == 'y' ) { } // Display the Index Template -$gBitSystem->display( 'bitpackage:articles/read_article.tpl', @$gContent->mInfo['title'] ); +$gBitSystem->display( 'bitpackage:articles/read_article.tpl', @$gContent->mInfo['title'] , array( 'display_mode' => 'display' )); ?> |
