Changeset 16491 for branches


Ignore:
Timestamp:
2007/10/18 18:22:25 (16 years ago)
Author:
nanasess
Message:

キャンペーン関連修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/conf/mtb_constants_init.php

    r16471 r16491  
    1616/** ユーザインクルードファイル保存先 */ 
    1717define('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/"); 
    3618/** テンプレートファイル保存先 */ 
    3719define('USER_TEMPLATE_DIR', "templates/"); 
     
    577559/** SMARTYコンパイル(mobile) */ 
    578560define('MOBILE_COMPILE_DIR', COMPILE_DIR . "mobile/"); 
     561/** キャンペーンファイル保存先 */ 
     562define('CAMPAIGN_DIR', "cp/"); 
     563/** キャンペーン関連 */ 
     564define('CAMPAIGN_URL', URL_DIR . CAMPAIGN_DIR); 
     565/** キャンペーン関連 */ 
     566define('CAMPAIGN_PATH', HTML_PATH . CAMPAIGN_DIR); 
     567/** キャンペーン関連 */ 
     568define('CAMPAIGN_TEMPLATE_DIR', "campaign/"); 
     569/** キャンペーン関連 */ 
     570define('CAMPAIGN_TEMPLATE_PATH', TEMPLATE_DIR . CAMPAIGN_TEMPLATE_DIR); 
     571/** キャンペーン関連 */ 
     572define('CAMPAIGN_BLOC_DIR', "bloc/"); 
     573/** キャンペーン関連 */ 
     574define('CAMPAIGN_BLOC_PATH', CAMPAIGN_TEMPLATE_PATH . CAMPAIGN_BLOC_DIR); 
     575/** キャンペーン関連 */ 
     576define('CAMPAIGN_TEMPLATE_ACTIVE', "active/"); 
     577/** キャンペーン関連 */ 
     578define('CAMPAIGN_TEMPLATE_END', "end/"); 
    579579/** セッションの存続時間 (秒) */ 
    580580define('MOBILE_SESSION_LIFETIME', 1800); 
Note: See TracChangeset for help on using the changeset viewer.