diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-27 21:54:47 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-27 21:54:47 +0000 |
| commit | 083b84aece5643d7f4c708a0a455556051786ad9 (patch) | |
| tree | 2547c15d3e363521f5cbd6b00373d25183fc7de5 /read.php | |
| parent | 0b9692b002b4562fb5e360335c562c4696a8af5c (diff) | |
| download | articles-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |
