diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-06-03 13:23:48 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-06-03 13:23:48 +0000 |
| commit | 722661aebeb67f3b4f3b3dfec0e56a4ba530d4d9 (patch) | |
| tree | 91a5e65536e5ae50366046a0fab08efdd419b890 /list_pages.php | |
| parent | efc4d22829dac52f4d05f6272bba019716bb329d (diff) | |
| download | wiki-722661aebeb67f3b4f3b3dfec0e56a4ba530d4d9.tar.gz wiki-722661aebeb67f3b4f3b3dfec0e56a4ba530d4d9.tar.bz2 wiki-722661aebeb67f3b4f3b3dfec0e56a4ba530d4d9.zip | |
add browser title
Diffstat (limited to 'list_pages.php')
| -rw-r--r-- | list_pages.php | 6 |
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' ) ); ?> |
