- Timestamp:
- 2007/10/18 18:22:25 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/conf/mtb_constants_init.php
r16471 r16491 16 16 /** ユーザインクルードファイル保存先 */ 17 17 define('USER_INC_PATH', USER_PATH . "include/"); 18 /** キャンペーンファイル保存先 */19 define('CAMPAIGN_DIR', "cp/");20 /** キャンペーン関連 */21 define('CAMPAIGN_URL', URL_DIR . CAMPAIGN_DIR);22 /** キャンペーン関連 */23 define('CAMPAIGN_PATH', HTML_PATH . CAMPAIGN_DIR);24 /** キャンペーン関連 */25 define('CAMPAIGN_TEMPLATE_DIR', "include/campaign/");26 /** キャンペーン関連 */27 define('CAMPAIGN_TEMPLATE_PATH', USER_PATH . CAMPAIGN_TEMPLATE_DIR);28 /** キャンペーン関連 */29 define('CAMPAIGN_BLOC_DIR', "bloc/");30 /** キャンペーン関連 */31 define('CAMPAIGN_BLOC_PATH', CAMPAIGN_TEMPLATE_PATH . CAMPAIGN_BLOC_DIR);32 /** キャンペーン関連 */33 define('CAMPAIGN_TEMPLATE_ACTIVE', "active/");34 /** キャンペーン関連 */35 define('CAMPAIGN_TEMPLATE_END', "end/");36 18 /** テンプレートファイル保存先 */ 37 19 define('USER_TEMPLATE_DIR', "templates/"); … … 577 559 /** SMARTYコンパイル(mobile) */ 578 560 define('MOBILE_COMPILE_DIR', COMPILE_DIR . "mobile/"); 561 /** キャンペーンファイル保存先 */ 562 define('CAMPAIGN_DIR', "cp/"); 563 /** キャンペーン関連 */ 564 define('CAMPAIGN_URL', URL_DIR . CAMPAIGN_DIR); 565 /** キャンペーン関連 */ 566 define('CAMPAIGN_PATH', HTML_PATH . CAMPAIGN_DIR); 567 /** キャンペーン関連 */ 568 define('CAMPAIGN_TEMPLATE_DIR', "campaign/"); 569 /** キャンペーン関連 */ 570 define('CAMPAIGN_TEMPLATE_PATH', TEMPLATE_DIR . CAMPAIGN_TEMPLATE_DIR); 571 /** キャンペーン関連 */ 572 define('CAMPAIGN_BLOC_DIR', "bloc/"); 573 /** キャンペーン関連 */ 574 define('CAMPAIGN_BLOC_PATH', CAMPAIGN_TEMPLATE_PATH . CAMPAIGN_BLOC_DIR); 575 /** キャンペーン関連 */ 576 define('CAMPAIGN_TEMPLATE_ACTIVE', "active/"); 577 /** キャンペーン関連 */ 578 define('CAMPAIGN_TEMPLATE_END', "end/"); 579 579 /** セッションの存続時間 (秒) */ 580 580 define('MOBILE_SESSION_LIFETIME', 1800);
Note: See TracChangeset
for help on using the changeset viewer.