summaryrefslogtreecommitdiff
path: root/read.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-27 21:54:47 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-27 21:54:47 +0000
commit083b84aece5643d7f4c708a0a455556051786ad9 (patch)
tree2547c15d3e363521f5cbd6b00373d25183fc7de5 /read.php
parent0b9692b002b4562fb5e360335c562c4696a8af5c (diff)
downloadarticles-083b84aece5643d7f4c708a0a455556051786ad9.tar.gz
articles-083b84aece5643d7f4c708a0a455556051786ad9.tar.bz2
articles-083b84aece5643d7f4c708a0a455556051786ad9.zip
replace old code with new versions - we need to stop babysitting outdated code
Diffstat (limited to 'read.php')
-rw-r--r--read.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.php b/read.php
index b9ae3c1..847d91d 100644
--- a/read.php
+++ b/read.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.10 2006/01/20 11:06:31 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.11 2006/01/27 21:54:47 squareing Exp $
* @package article
* @subpackage functions
*/
@@ -53,7 +53,7 @@ if( $gContent->mInfo['allow_comments'] == 'y' ) {
include_once( LIBERTY_PKG_PATH.'comments_inc.php' );
}
-if( $feature_theme_control == 'y' ) {
+if( $gBitSystem->isFeatureActive( 'feature_theme_control' ) ) {
$cat_type = 'article';
$cat_objid = $_REQUEST["article_id"];
include( THEMES_PKG_PATH . 'tc_inc.php' );