Ignore:
Timestamp:
2007/10/10 10:17:37 (17 years ago)
Author:
nanasess
Message:

CLASS_EXPATH を定義するよう修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/mobile/require.php

    r16329 r16360  
    1313    define("CLASS_PATH", $include_dir . "/.." . HTML2DATA_DIR . "class/"); 
    1414} 
     15 
     16if (!defined("CLASS_EX_PATH")) { 
     17    /** クラスパス */ 
     18    define("CLASS_EX_PATH", $include_dir . HTML2DATA_DIR . "class_extends/"); 
     19} 
     20 
    1521require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 
    1622require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/mobile_conf.php"); 
Note: See TracChangeset for help on using the changeset viewer.