XPressME Integration Kit

Trac


Ignore:
Timestamp:
May 20, 2011, 2:02:46 PM (13 years ago)
Author:
toemon
Message:

modInfoクラスのテスト準備、config_from_xoopsクラスの代替

File:
1 edited

Legend:

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

    r750 r755  
    2828require_once dirname(dirname( __FILE__ )).'/class/config_from_xoops.class.php' ; 
    2929$xoops_config = new ConfigFromXoops; 
     30// TEST modInfo_class 
     31require_once dirname(dirname( __FILE__ )).'/class/modInfo_class.php' ; 
     32$mod_info = new modInfo; 
    3033require_once dirname( __FILE__ ).'/set_cash_cookie_path.php' ; 
    3134?> 
Note: See TracChangeset for help on using the changeset viewer.