XPressME Integration Kit

Trac


Ignore:
Timestamp:
May 23, 2011, 3:03:57 PM (13 years ago)
Author:
toemon
Message:

ConfigFromXoopsクラスを廃止し、modInfoクラスを使用するように変更
WP2.2以下で使用するテンプレートold_templateの廃止

File:
1 edited

Legend:

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

    r232 r757  
    1313 */ 
    1414function check_page_call($check_file =''){ 
    15         global $xoops_config;   // not object at install 
     15        global $modInfo;        // not object at install 
    1616        if (empty($check_file)) return false; 
    1717        $xpress_page =  basename(dirname(dirname(__FILE__))) . '/' . $check_file; 
Note: See TracChangeset for help on using the changeset viewer.