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.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.php')
| -rw-r--r-- | edition.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edition.php b/edition.php index 07f6383..7af31b2 100644 --- a/edition.php +++ b/edition.php @@ -51,6 +51,6 @@ if( $gContent->isValid() ) { } // Display the template -$gBitSystem->display( $mid, $title ); +$gBitSystem->display( $mid, $title , array( 'display_mode' => 'edit' )); ?> |
