XPressME Integration Kit

Trac

Changeset 802


Ignore:
Timestamp:
Feb 20, 2012, 9:19:23 PM (12 years ago)
Author:
toemon
Message:

Impress CMS Fatal error: Class 'XoopsTpl?' not found fixed#410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Ver2.4/xpressme_integration_kit/include/xpress_block_render.php

    r719 r802  
    183183                } 
    184184                 
     185                if (defined('ICMS_ROOT_PATH')) { 
     186            include_once ICMS_ROOT_PATH.'/class/template.php'; 
     187        } 
     188 
    185189                $tpl =& new XoopsTpl() ; 
    186190                $tpl->template_dir = $xoops_config->module_path . '/templates'; 
Note: See TracChangeset for help on using the changeset viewer.