Changeset 11334 for temp


Ignore:
Timestamp:
2006/12/25 22:45:34 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/contents/campaign.php

    r11333 r11334  
    341341    $contents = lfGetFileContents($default_active_dir."contents.tpl"); 
    342342    if(!$arrRet['cart_flg']) { 
    343         $contents .= '<!--{*¥í¥°¥¤¥ó¥Õ¥©¡¼¥à*}--> 
    344                         <!--{include file=`$smarty.const.CAMPAIGN_BLOC_PATH`login.tpl}--> 
    345                         <!--{*²ñ°÷ÅÐÏ¿¥Õ¥©¡¼¥à*}--> 
    346                         <!--{include file=`$smarty.const.CAMPAIGN_BLOC_PATH`entry.tpl}-->'; 
     343        $contents .= '<!--{*¥í¥°¥¤¥ó¥Õ¥©¡¼¥à*}-->'."\n"; 
     344        $contents .= '<!--{include file=`$smarty.const.CAMPAIGN_BLOC_PATH`login.tpl}-->'."\n"; 
     345        $contents .= '<!--{*²ñ°÷ÅÐÏ¿¥Õ¥©¡¼¥à*}-->'."\n"; 
     346        $contents .= '<!--{include file=`$smarty.const.CAMPAIGN_BLOC_PATH`entry.tpl}-->'."\n"; 
    347347    } 
    348348    sfWriteFile($contents, $create_active_dir."contents.tpl", "w"); 
Note: See TracChangeset for help on using the changeset viewer.