diff options
| author | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:30 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-06-25 22:21:30 +0000 |
| commit | 7144420dc99a55d4e8f5b81cec6200ede8c200b2 (patch) | |
| tree | 4f6e2fc33f2ef268d70d293cdbaf720becaab363 /edit.php | |
| parent | e6db2a56250bc0789190d0b22c0acc0089dedf45 (diff) | |
| download | wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.tar.gz wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.tar.bz2 wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.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.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.48 2008/04/14 08:59:53 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.49 2008/06/25 22:21:29 spiderr Exp $ * * Copyright( c ) 2004 bitweaver.org * Copyright( c ) 2003 tikwiki.org @@ -8,7 +8,7 @@ * 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 * - * $Id: edit.php,v 1.48 2008/04/14 08:59:53 squareing Exp $ + * $Id: edit.php,v 1.49 2008/06/25 22:21:29 spiderr Exp $ * @package wiki * @subpackage functions */ @@ -463,5 +463,5 @@ $formInfo['original_title'] =( !empty( $gContent->mInfo['title'] ) ) ? $gContent $gBitSmarty->assign_by_ref( 'pageInfo', $formInfo ); $gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors ); -$gBitSystem->display( 'bitpackage:wiki/edit_page.tpl', 'Edit: '.$gContent->getTitle() ); +$gBitSystem->display( 'bitpackage:wiki/edit_page.tpl', 'Edit: '.$gContent->getTitle() , array( 'display_mode' => 'edit' )); ?> |
