summaryrefslogtreecommitdiff
path: root/page_permissions.php
diff options
context:
space:
mode:
authorJams H Thompson <jht001@users.sourceforge.net>2008-03-22 21:37:47 +0000
committerJams H Thompson <jht001@users.sourceforge.net>2008-03-22 21:37:47 +0000
commit16c39e9ada11e15ef761ccd183e905f72776ce6c (patch)
tree9b798629c824f2200c805f1a23b3a0b9911b1b36 /page_permissions.php
parent49586efbdd1f28694cb0c86514af82a515cec966 (diff)
downloadwiki-16c39e9ada11e15ef761ccd183e905f72776ce6c.tar.gz
wiki-16c39e9ada11e15ef761ccd183e905f72776ce6c.tar.bz2
wiki-16c39e9ada11e15ef761ccd183e905f72776ce6c.zip
refactor display_bitpage_inc.php to allow additional info available to non page view templates
Diffstat (limited to 'page_permissions.php')
-rw-r--r--page_permissions.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/page_permissions.php b/page_permissions.php
index 1e24091..64161a1 100644
--- a/page_permissions.php
+++ b/page_permissions.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/Attic/page_permissions.php,v 1.9 2007/03/20 16:56:34 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/Attic/page_permissions.php,v 1.10 2008/03/22 21:37:47 jht001 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: page_permissions.php,v 1.9 2007/03/20 16:56:34 spiderr Exp $
+ * $Id: page_permissions.php,v 1.10 2008/03/22 21:37:47 jht001 Exp $
* @package wiki
* @subpackage functions
*/
@@ -21,6 +21,8 @@ include_once( WIKI_PKG_PATH.'BitPage.php');
include_once( WIKI_PKG_PATH.'BitBook.php');
include_once( KERNEL_PKG_PATH.'notification_lib.php' );
include_once( WIKI_PKG_PATH.'lookup_page_inc.php' );
+//make info about page available for templates
+include( WIKI_PKG_PATH.'get_bitpage_info.php' );
$gBitSystem->verifyPackage( 'wiki' );