diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:14 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:14 +0000 |
| commit | f752117049786eadbd674b5307047d8a210d34a0 (patch) | |
| tree | 90535b27cb827645037e5cc451d956292c10df1d /edition_edit.php | |
| parent | 7f42826200be90d39ad98a23a06977e656a0115c (diff) | |
| download | newsletters-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.php | 2 |
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' )); ?> |
