diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 19:04:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 19:04:35 +0000 |
| commit | 9f3cb07ad3776f9a8449cf13d88ad2c4f7674b58 (patch) | |
| tree | 0cfc36104c896b23703a853c742dfd0795e4ce14 /like_pages.php | |
| parent | 503e4e250107a7f049a9dede31da5b94b82d8f14 (diff) | |
| download | wiki-9f3cb07ad3776f9a8449cf13d88ad2c4f7674b58.tar.gz wiki-9f3cb07ad3776f9a8449cf13d88ad2c4f7674b58.tar.bz2 wiki-9f3cb07ad3776f9a8449cf13d88ad2c4f7674b58.zip | |
remove more outdated code: $section and other old template assignments
Diffstat (limited to 'like_pages.php')
| -rw-r--r-- | like_pages.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/like_pages.php b/like_pages.php index 22496f1..b8cffe5 100644 --- a/like_pages.php +++ b/like_pages.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.4 2006/01/27 21:57:53 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.5 2006/02/04 19:04:34 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: like_pages.php,v 1.4 2006/01/27 21:57:53 squareing Exp $ + * $Id: like_pages.php,v 1.5 2006/02/04 19:04:34 squareing Exp $ * @package wiki * @subpackage functions */ @@ -36,5 +36,4 @@ $gBitSmarty->assign_by_ref('likepages', $likepages); // Display the template $gBitSystem->display( 'bitpackage:wiki/like_pages.tpl'); -$gBitSmarty->assign('show_page_bar', 'y'); ?> |
