diff options
Diffstat (limited to 'modules_inc.php')
| -rw-r--r-- | modules_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_inc.php b/modules_inc.php index 3625b5d..224915c 100644 --- a/modules_inc.php +++ b/modules_inc.php @@ -97,7 +97,7 @@ if( $gBitThemes->mLayout && empty( $gHideModules )) { $gBitSmarty->assign_by_ref( 'moduleParams', $moduleParams ); // assign the custom module title $gBitSmarty->assign_by_ref( 'moduleTitle', $r['title'] ); - $data = $gBitSmarty->fetch( $r['module_rsrc'] ); +// $data = $gBitSmarty->fetch( $r['module_rsrc'] ); if( !empty( $r["cache_time"] ) ) { // write to chache file |
