diff options
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' ) ); ?> |
