Changeset 11161


Ignore:
Timestamp:
2006/12/23 23:13:36 (19 years ago)
Author:
uehara
Message:
 
Location:
temp/branches/ec-cube-beta/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/Smarty/templates/campaign/application.tpl

    r11160 r11161  
    1919</form> 
    2020 
     21<!--{*¥í¥°¥¤¥ó¥Õ¥©¡¼¥à¡¼*}--> 
     22<!--{include file=`$smarty.const.CAMPAIGN_BLOC_PATH`login.tpl}--> 
     23 
     24<!--{*²ñ°÷ÅÐÏ¿¥Õ¥©¡¼¥à*}--> 
     25<!--{include file=`$smarty.const.CAMPAIGN_BLOC_PATH`entry.tpl}--> 
     26 
    2127<!--{*¥Õ¥Ã¥¿¡¼ÆÉ¹þ*}--> 
    2228<!--{include file=`$tpl_dir_name`/footer.tpl}--> 
  • temp/branches/ec-cube-beta/data/conf/conf.php

    r10901 r11161  
    3030define("CAMPAIGN_TEMPLATE_DIR", "include/campaign/"); 
    3131define("CAMPAIGN_TEMPLATE_PATH", USER_PATH . CAMPAIGN_TEMPLATE_DIR); 
     32define("CAMPAIGN_BLOC_DIR", "bloc/"); 
     33define("CAMPAIGN_BLOC_PATH", CAMPAIGN_TEMPLATE_PATH . CAMPAIGN_BLOC_DIR); 
    3234define("CAMPAIGN_TEMPLATE_ACTIVE", "active/"); 
    3335define("CAMPAIGN_TEMPLATE_END", "end/"); 
Note: See TracChangeset for help on using the changeset viewer.