summaryrefslogtreecommitdiff
path: root/mailing_list.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:08 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:08 +0000
commit012c765b13267e0fdead1ba07642e391a0ed6341 (patch)
treece8ad73327def3aee3139c7b9bd096062563f0aa /mailing_list.php
parent9a86dcecdafa64c24d3f3964e92a7008e0b0f88e (diff)
downloadboards-012c765b13267e0fdead1ba07642e391a0ed6341.tar.gz
boards-012c765b13267e0fdead1ba07642e391a0ed6341.tar.bz2
boards-012c765b13267e0fdead1ba07642e391a0ed6341.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'mailing_list.php')
-rw-r--r--mailing_list.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailing_list.php b/mailing_list.php
index bcd1f16..0ca25f6 100644
--- a/mailing_list.php
+++ b/mailing_list.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_boards/mailing_list.php,v 1.4 2008/06/18 09:17:59 lsces Exp $
+ * $Header: /cvsroot/bitweaver/_bit_boards/mailing_list.php,v 1.5 2008/06/25 22:21:08 spiderr Exp $
* Copyright (c) bitweaver Group
* 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.
@@ -90,5 +90,5 @@ if( $gContent->getBoardMailingList() ) {
// display
$gBitSmarty->assign_by_ref( 'board', $gContent );
-$gBitSystem->display( "bitpackage:boards/mailing_list.tpl", $gContent->getTitle() ." ". tra( 'Message Board Mailing List' ) );
+$gBitSystem->display( "bitpackage:boards/mailing_list.tpl", $gContent->getTitle() ." ". tra( 'Message Board Mailing List' ) , array( 'display_mode' => 'list' ));
?>