Changeset 11313 for temp


Ignore:
Timestamp:
2006/12/25 19:15:15 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11312 r11313  
    168168    } 
    169169    // ½ñ¤­¹þ¤ß 
    170     sfWriteFile($write_tag, $cart_tag_path."cart_tag_$product_id.tpl", "w");     
     170    sfWriteFile($write_tag, $cart_tag_path."cart_tag_". $product_id . "tpl", "w");   
    171171    // ¥¤¥ó¥¯¥ë¡¼¥É¥¿¥° 
    172172    $create_tag .= "<!--{* ¢§¾¦ÉÊID$product_id *}-->\n<!--{include file='". $cart_tag_path ."cart_tag_$product_id.tpl'}-->"; 
Note: See TracChangeset for help on using the changeset viewer.