summaryrefslogtreecommitdiff
path: root/index.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 /index.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 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 24879d2..05918bd 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.23 2007/06/15 20:14:10 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.24 2008/06/25 22:21:06 spiderr Exp $
// Copyright( c )2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
@@ -22,5 +22,5 @@ $gDefaultCenter = 'bitpackage:articles/center_list_articles.tpl';
$gBitSmarty->assign_by_ref( 'gDefaultCenter', $gDefaultCenter );
// Display the template
-$gBitSystem->display( 'bitpackage:kernel/dynamic.tpl', tra( 'Articles' ) );
+$gBitSystem->display( 'bitpackage:kernel/dynamic.tpl', tra( 'Articles' ) , array( 'display_mode' => 'display' ));
?>