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 /orphan_pages.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 'orphan_pages.php')
| -rw-r--r-- | orphan_pages.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/orphan_pages.php b/orphan_pages.php index d66b9d2..935bee6 100644 --- a/orphan_pages.php +++ b/orphan_pages.php @@ -1,8 +1,8 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.15 2007/10/26 13:33:32 nickpalmer Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.16 2008/06/25 22:21:29 spiderr Exp $ * - * $Id: orphan_pages.php,v 1.15 2007/10/26 13:33:32 nickpalmer Exp $ + * $Id: orphan_pages.php,v 1.16 2008/06/25 22:21:29 spiderr Exp $ * @package wiki * @subpackage functions */ @@ -80,5 +80,5 @@ $gBitSmarty->assign_by_ref( 'listpages', $listpages ); $gBitSmarty->assign_by_ref( 'listInfo', $listHash['listInfo'] ); // Display the template -$gBitSystem->display( 'bitpackage:wiki/orphan_pages.tpl', tra( 'Orphan Pages' )); +$gBitSystem->display( 'bitpackage:wiki/orphan_pages.tpl', tra( 'Orphan Pages' ), array( 'display_mode' => 'display' )); ?> |
