XPressME Integration Kit

Trac

Changeset 753


Ignore:
Timestamp:
May 20, 2011, 1:57:51 PM (13 years ago)
Author:
toemon
Message:

Xoops3 alpha2 では /class/template.php が /class/-template.phpになっている(仮?)為、一時的にinclude を変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Ver3.0/xpressme_integration_kit/include/xpress_templates_make.php

    r552 r753  
    7878                        include_once XOOPS_ROOT_PATH.'/class/xoopsblock.php' ; 
    7979                        include_once XOOPS_ROOT_PATH.'/class/template.php' ; 
     80                        include_once XOOPS_ROOT_PATH.'/class/-template.php' ; // xoops3 
    8081                        if( ! xoops_template_touch( $tplid ) ) { 
    8182                                $msg = '<span style="color:#ff0000;">ERROR: Failed compiling template <b>'.htmlspecialchars($file_name).'</b>.</span><br />'; 
Note: See TracChangeset for help on using the changeset viewer.