チェンジセット 17735
- コミット日時:
- 2008/12/05 10:55:52 (1 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
branches/version-2/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php
r17649 r17735 328 328 //全部チェックした方がいいか? 329 329 $campaign_template_file_path = SMARTY_TEMPLATES_DIR.$template_code ."/". CAMPAIGN_TEMPLATE_DIR . $val['directory_name'] . "/" .CAMPAIGN_TEMPLATE_ACTIVE . "site_frame.tpl"; 330 var_dump("<font color='red'>$campaign_template_file_path</font><br>");331 330 if(!file_exists($campaign_template_file_path)){ 332 var_dump("<font color='red'>test</font>");333 331 //ファイルがなければコピーして作成 334 332 $this->lfCreateTemplate(SMARTY_TEMPLATES_DIR.$template_code ."/" . CAMPAIGN_TEMPLATE_DIR , $val['directory_name'],$val['cart_flg'] );
