summaryrefslogtreecommitdiff
path: root/edition.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.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.php')
-rw-r--r--edition.php2
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' ));
?>