Changeset 14638


Ignore:
Timestamp:
2007/06/14 12:25:43 (17 years ago)
Author:
adati
Message:
 
Location:
branches/dev/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/mobile/mail_templates/order_mail.tpl

    r13459 r14638  
    66 */ 
    77*}--> 
    8 <!--{$arrOrder.order_name01}--> <!--{$arrOrder.order_name02}--> ÍÍ 
    9  
    10 <!--{$tpl_header}--> 
    118 
    129 
     
    3027 
    3128<!--{/section}--> 
    32  
    33 <!--{$tpl_footer}--> 
  • branches/dev/data/lib/slib.php

    r14632 r14638  
    17281728    $tmp_subject = ereg_replace( "(\{name\})", $name ,  $tmp_subject ); 
    17291729     
     1730    // $template_id==1¤Ï·ÈÂÓÍÑ 
    17301731    if($template_id == '1'){ 
    17311732       $body = $objMailView->fetch($arrMAILTPLPATH[1]); 
    1732        $body = ereg_replace( "(\[\[body\]\])", $body ,  $objPage->tpl_body ); 
     1733       $body = ereg_replace( "(\{order\})", $body ,  $objPage->tpl_body ); 
    17331734    }else{ 
    17341735       $body = $objMailView->fetch($arrMAILTPLPATH[0]);  
    1735        $body = ereg_replace( "(\[\[body\]\])", $body ,  $objPage->tpl_body ); 
     1736       $body = ereg_replace( "(\{order\})", $body ,  $objPage->tpl_body ); 
    17361737    } 
    17371738     
Note: See TracChangeset for help on using the changeset viewer.