Changeset 15830


Ignore:
Timestamp:
2007/09/21 12:29:20 (17 years ago)
Author:
nanasess
Message:

テンプレート関連の値を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/sql/add/mtb_tables_insert_data.sql

    r15729 r15830  
    213213INSERT INTO mtb_constants VALUES ('USER_PATH','HTML_PATH . USER_DIR',4,'ユーザファイル保存先'); 
    214214INSERT INTO mtb_constants VALUES ('USER_INC_PATH','USER_PATH . "include/"',5,'ユーザインクルードファイル保存先'); 
    215 INSERT INTO mtb_constants VALUES ('BLOC_DIR','"include/bloc/"',6,'ブロックファイル保存先'); 
    216 INSERT INTO mtb_constants VALUES ('BLOC_PATH','USER_PATH . BLOC_DIR',7,'ブロックファイル保存先'); 
    217215INSERT INTO mtb_constants VALUES ('CAMPAIGN_DIR','"cp/"',8,'キャンペーンファイル保存先'); 
    218216INSERT INTO mtb_constants VALUES ('CAMPAIGN_URL','URL_DIR . CAMPAIGN_DIR',9,'キャンペーン関連'); 
     
    492490INSERT INTO mtb_constants VALUES ('TEMPLATE_ADMIN_DIR','DATA_PATH . "Smarty/templates/" . TEMPLATE_NAME . "/admin"', 302,'SMARTYテンプレート(管理ページ)'); 
    493491INSERT INTO mtb_constants VALUES ('TEMPLATE_DIR','DATA_PATH . "Smarty/" . TEMPLATE_NAME . "/templates"', 303,'SMARTYテンプレート'); 
     492INSERT INTO mtb_constants VALUES ('BLOC_DIR','"bloc/"',304,'ブロックファイル保存先'); 
     493INSERT INTO mtb_constants VALUES ('BLOC_PATH','USER_PATH . BLOC_DIR',305,'ブロックファイル保存先'); 
Note: See TracChangeset for help on using the changeset viewer.