summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:08 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:08 +0000
commit012c765b13267e0fdead1ba07642e391a0ed6341 (patch)
treece8ad73327def3aee3139c7b9bd096062563f0aa /edit.php
parent9a86dcecdafa64c24d3f3964e92a7008e0b0f88e (diff)
downloadboards-012c765b13267e0fdead1ba07642e391a0ed6341.tar.gz
boards-012c765b13267e0fdead1ba07642e391a0ed6341.tar.bz2
boards-012c765b13267e0fdead1ba07642e391a0ed6341.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index a354c89..967187e 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_boards/edit.php,v 1.9 2008/04/25 20:00:54 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_boards/edit.php,v 1.10 2008/06/25 22:21:08 spiderr Exp $
* Copyright (c) 2004 bitweaver Messageboards
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
@@ -73,5 +73,5 @@ if( !empty( $_REQUEST["save_bitboard"] ) ) {
}
// Display the template
-$gBitSystem->display( 'bitpackage:boards/board_edit.tpl', tra('Board') );
+$gBitSystem->display( 'bitpackage:boards/board_edit.tpl', tra('Board') , array( 'display_mode' => 'edit' ));
?>