summaryrefslogtreecommitdiff
path: root/sub.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:14 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:14 +0000
commitf752117049786eadbd674b5307047d8a210d34a0 (patch)
tree90535b27cb827645037e5cc451d956292c10df1d /sub.php
parent7f42826200be90d39ad98a23a06977e656a0115c (diff)
downloadnewsletters-f752117049786eadbd674b5307047d8a210d34a0.tar.gz
newsletters-f752117049786eadbd674b5307047d8a210d34a0.tar.bz2
newsletters-f752117049786eadbd674b5307047d8a210d34a0.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'sub.php')
-rw-r--r--sub.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sub.php b/sub.php
index 31de7b2..fe82003 100644
--- a/sub.php
+++ b/sub.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.5 2008/06/18 16:47:20 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.6 2008/06/25 22:21:14 spiderr Exp $
* Copyright (c) 2005 bitweaver.org
* 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
@@ -150,6 +150,6 @@ $subscribe = false;
$gBitSmarty->assign( 'feedback', $feedback );
// Display the template
-$gBitSystem->display( $mid, $title );
+$gBitSystem->display( $mid, $title , array( 'display_mode' => 'display' ));
?>