Changeset 11027 for temp/branches


Ignore:
Timestamp:
2006/12/21 10:22:13 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11026 r11027  
    228228    sfWriteFile($write_tag, $cart_tag_path."cart_tag_$product_id.tpl", "w");     
    229229    // ¥¤¥ó¥¯¥ë¡¼¥É¥¿¥° 
    230     $create_tag .= " 
    231         <!--{* ¢§Ç㤤ʪ¥«¥´ *}-->\n 
    232         <!--{include file='". $cart_tag_path ."cart_tag_$product_id.tpl'}--> 
    233     "; 
     230    $create_tag .= "<!--{* ¢§Ç㤤ʪ¥«¥´ *}-->\n<!--{include file='". $cart_tag_path ."cart_tag_$product_id.tpl'}-->"; 
    234231     
    235232    return $create_tag;  
Note: See TracChangeset for help on using the changeset viewer.