summaryrefslogtreecommitdiff
path: root/display_bitpage_inc.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-01 20:38:42 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-01 20:38:42 +0000
commit64d935681b898065155163566d84dabea3494586 (patch)
tree7b86d81c75297be2b9cc77b5e80058d75c3b10da /display_bitpage_inc.php
parente7547343a1e3a64666dc87b33dd6e52446857ab5 (diff)
downloadwiki-64d935681b898065155163566d84dabea3494586.tar.gz
wiki-64d935681b898065155163566d84dabea3494586.tar.bz2
wiki-64d935681b898065155163566d84dabea3494586.zip
first pass at removing theme_control stuff not finished yet, but should be out soon enough
Diffstat (limited to 'display_bitpage_inc.php')
-rw-r--r--display_bitpage_inc.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/display_bitpage_inc.php b/display_bitpage_inc.php
index e09c31e..d08bc64 100644
--- a/display_bitpage_inc.php
+++ b/display_bitpage_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/display_bitpage_inc.php,v 1.11 2006/01/28 09:25:50 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/display_bitpage_inc.php,v 1.12 2006/02/01 20:38:42 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: display_bitpage_inc.php,v 1.11 2006/01/28 09:25:50 squareing Exp $
+ * $Id: display_bitpage_inc.php,v 1.12 2006/02/01 20:38:42 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -278,11 +278,6 @@ if( $gBitSystem->isFeatureActive( 'wiki_feature_copyrights' ) ) {
}
$gBitSmarty->assign('wiki_extras','y');
-if( $gBitSystem->isFeatureActive( 'feature_theme_control' ) ) {
- $cat_obj_type=BITPAGE_CONTENT_TYPE_GUID;
- $cat_objid = $gContent->mContentId;
- include( THEMES_PKG_PATH.'tc_inc.php' );
-}
// Watches
if( $gBitSystem->isFeatureActive( 'feature_user_watches' ) ) {
if( isset( $_REQUEST['watch_event'] ) ) {