Changeset 11320 for temp/branches


Ignore:
Timestamp:
2006/12/25 19:52:48 (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

    r11319 r11320  
    162162    $read_file = file_get_contents(CAMPAIGN_BLOC_PATH . "cart_tag.tpl"); 
    163163    $write_tag = ereg_replace("<{assign_product_id}>", $product_id, $read_file); 
    164 sfprintr($write_tag); 
    165164    // ¥«¡¼¥È¥¿¥°ÊݸÍÑ¥Õ¥¡¥¤¥ëºîÀ® 
    166165    $cart_tag_path = CAMPAIGN_TEMPLATE_PATH."cart_tag/"; 
     
    169168    } 
    170169    // ½ñ¤­¹þ¤ß 
    171     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");  
    172171    // ¥¤¥ó¥¯¥ë¡¼¥É¥¿¥° 
    173172    $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.