summaryrefslogtreecommitdiff
path: root/read.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:06 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:06 +0000
commite315117c54544e23d472333989dfe6f62f8792b0 (patch)
tree1bc6e86f32ad41b9dd585d5a1daf90f774a882ec /read.php
parentd8de906462155c32339a6ea23336d6f420675873 (diff)
downloadarticles-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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.php b/read.php
index 2630a42..06ccdf5 100644
--- a/read.php
+++ b/read.php
@@ -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' ));
?>