summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:22 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:22 +0000
commita12a609774ee1a39db036af52b7c30dea79478e6 (patch)
treef4fe662e905be3397b8f54ebd9440692edde5709 /index.php
parentad1b2edacae266d4cd1fbe34248221a6ab7c1e69 (diff)
downloadrss-a12a609774ee1a39db036af52b7c30dea79478e6.tar.gz
rss-a12a609774ee1a39db036af52b7c30dea79478e6.tar.bz2
rss-a12a609774ee1a39db036af52b7c30dea79478e6.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.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 5f70eef..b85c5a6 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_rss/index.php,v 1.6 2007/01/01 14:26:52 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_rss/index.php,v 1.7 2008/06/25 22:21:22 spiderr Exp $
*
* Copyright ( c ) 2004 bitweaver.org
* Copyright ( c ) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* 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
*
- * $Id: index.php,v 1.6 2007/01/01 14:26:52 squareing Exp $
+ * $Id: index.php,v 1.7 2008/06/25 22:21:22 spiderr Exp $
* @package pigeonholes
* @subpackage functions
*/
@@ -52,5 +52,5 @@ if( !empty( $_REQUEST['get_feed'] ) ) {
}
$gBitSmarty->assign( 'feedlink', $feedlink );
-$gBitSystem->display( 'bitpackage:rss/rss.tpl', tra( 'Select Feed' ) );
+$gBitSystem->display( 'bitpackage:rss/rss.tpl', tra( 'Select Feed' ) , array( 'display_mode' => 'display' ));
?>