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 /page_watches.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 'page_watches.php')
| -rw-r--r-- | page_watches.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/page_watches.php b/page_watches.php index 44e0921..bf9e299 100644 --- a/page_watches.php +++ b/page_watches.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/page_watches.php,v 1.5 2008/03/23 00:01:26 jht001 Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/page_watches.php,v 1.6 2008/06/25 22:21:30 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: page_watches.php,v 1.5 2008/03/23 00:01:26 jht001 Exp $ + * $Id: page_watches.php,v 1.6 2008/06/25 22:21:30 spiderr Exp $ * @package wiki * @subpackage functions */ @@ -48,6 +48,6 @@ if( !empty( $gContent->mPageId ) ) { } // Display the template -$gBitSystem->display( 'bitpackage:wiki/page_watches.tpl'); +$gBitSystem->display( 'bitpackage:wiki/page_watches.tpl', NULL, array( 'display_mode' => 'display' )); ?> |
