summaryrefslogtreecommitdiff
path: root/list_pages.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-06-03 13:23:48 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-06-03 13:23:48 +0000
commit722661aebeb67f3b4f3b3dfec0e56a4ba530d4d9 (patch)
tree91a5e65536e5ae50366046a0fab08efdd419b890 /list_pages.php
parentefc4d22829dac52f4d05f6272bba019716bb329d (diff)
downloadwiki-722661aebeb67f3b4f3b3dfec0e56a4ba530d4d9.tar.gz
wiki-722661aebeb67f3b4f3b3dfec0e56a4ba530d4d9.tar.bz2
wiki-722661aebeb67f3b4f3b3dfec0e56a4ba530d4d9.zip
add browser title
Diffstat (limited to 'list_pages.php')
-rw-r--r--list_pages.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/list_pages.php b/list_pages.php
index 2b0364c..c2485fb 100644
--- a/list_pages.php
+++ b/list_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.10 2006/04/11 13:10:33 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.11 2006/06/03 13:23:48 squareing 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: list_pages.php,v 1.10 2006/04/11 13:10:33 squareing Exp $
+ * $Id: list_pages.php,v 1.11 2006/06/03 13:23:48 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -117,5 +117,5 @@ $gBitSmarty->assign_by_ref('listpages', $listpages["data"]);
//print_r($listpages["data"]);
// Display the template
-$gBitSystem->display( 'bitpackage:wiki/list_pages.tpl');
+$gBitSystem->display( 'bitpackage:wiki/list_pages.tpl', tra( 'Wiki Pages' ) );
?>