summaryrefslogtreecommitdiff
path: root/edition_edit.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 /edition_edit.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 'edition_edit.php')
-rw-r--r--edition_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edition_edit.php b/edition_edit.php
index fe537a3..a15992b 100644
--- a/edition_edit.php
+++ b/edition_edit.php
@@ -94,5 +94,5 @@ $gBitSmarty->assign_by_ref( 'pageInfo', $formInfo );
$gBitSmarty->assign( 'errors', $gContent->mErrors );
// Display the template
-$gBitSystem->display( 'bitpackage:newsletters/edit_edition.tpl', ($gContent->isValid() ? tra( 'Edit Edition' ).': '.$gContent->getTitle() : tra( 'Create New Edition' )) );
+$gBitSystem->display( 'bitpackage:newsletters/edit_edition.tpl', ($gContent->isValid() ? tra( 'Edit Edition' ).': '.$gContent->getTitle() : tra( 'Create New Edition' )) , array( 'display_mode' => 'edit' ));
?>