summaryrefslogtreecommitdiff
path: root/orphan_pages.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2009-03-22 07:09:01 +0000
committerMax Kremmel <xing@synapse.plus.com>2009-03-22 07:09:01 +0000
commitf140e890645fffa759563a9e6911a9b32afc3a79 (patch)
treec704c440f7f0003fdbe4cb38b8e19e00b968adce /orphan_pages.php
parent39ca2fc1618aa29297dfd990cdcce21685ccb54b (diff)
downloadwiki-f140e890645fffa759563a9e6911a9b32afc3a79.tar.gz
wiki-f140e890645fffa759563a9e6911a9b32afc3a79.tar.bz2
wiki-f140e890645fffa759563a9e6911a9b32afc3a79.zip
minor page title cleanup
Diffstat (limited to 'orphan_pages.php')
-rw-r--r--orphan_pages.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/orphan_pages.php b/orphan_pages.php
index 780da88..4df6c0d 100644
--- a/orphan_pages.php
+++ b/orphan_pages.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.18 2008/10/02 16:17:15 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.19 2009/03/22 07:09:01 squareing Exp $
*
- * $Id: orphan_pages.php,v 1.18 2008/10/02 16:17:15 wjames5 Exp $
+ * $Id: orphan_pages.php,v 1.19 2009/03/22 07:09:01 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -85,5 +85,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' ), array( 'display_mode' => 'display' ));
+$gBitSystem->display( 'bitpackage:wiki/orphan_pages.tpl', tra( 'Orphan Pages' ), array( 'display_mode' => 'list' ));
?>