Ignore:
Timestamp:
2007/12/19 13:49:35 (16 years ago)
Author:
satou
Message:

A8,Moba8のモジュール対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/include/module.inc

    r15079 r16930  
    111111} 
    112112 
     113/*------------- ▼A8FLYタグ出力 -------------*/ 
     114if (file_exists(MODULE_PATH. "mdl_a8/include.php") === TRUE) { 
     115    require_once(MODULE_PATH. "mdl_a8/include.php"); 
     116} 
     117 
     118/*------------- ▼Moba8FLY連携 -------------*/ 
     119if (file_exists(MODULE_PATH. "mdl_moba8/include.php") === TRUE) { 
     120    require_once(MODULE_PATH. "mdl_moba8/include.php"); 
     121} 
     122 
    113123?> 
Note: See TracChangeset for help on using the changeset viewer.