summaryrefslogtreecommitdiff
path: root/send_post.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:07 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:07 +0000
commitf321c44546256c5df7401afe4ef99bf62d120672 (patch)
tree5cea121a409e75f26155a7488c8bbb0688010447 /send_post.php
parentc5ff816f5272756618b02b3b4c6f1b0554830b22 (diff)
downloadblogs-f321c44546256c5df7401afe4ef99bf62d120672.tar.gz
blogs-f321c44546256c5df7401afe4ef99bf62d120672.tar.bz2
blogs-f321c44546256c5df7401afe4ef99bf62d120672.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'send_post.php')
-rw-r--r--send_post.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/send_post.php b/send_post.php
index 5f61cc8..348f50a 100644
--- a/send_post.php
+++ b/send_post.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/send_post.php,v 1.20 2007/05/16 16:47:07 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/send_post.php,v 1.21 2008/06/25 22:21:07 spiderr Exp $
* @package blogs
* @subpackage functions
@@ -84,6 +84,6 @@ if (isset($_REQUEST['send'])) {
$gBitSystem->setBrowserTitle("Send Blog Post: ".$gContent->mInfo['title']);
// Display the template
-$gBitSystem->display( 'bitpackage:blogs/send_blog_post.tpl');
+$gBitSystem->display( 'bitpackage:blogs/send_blog_post.tpl', NULL, array( 'display_mode' => 'display' ));
?>