View Single Post
  #4  
Old 09-24-2009, 08:17 PM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default Re: giftcert.tpl unable to edit Smarty Error

PHP Code:
{include file="dialog.tpl" ' title=$lng.lbl_gift_certificate_checking content=$smarty.capture.dialog extra='width="100%"'} 


Hi
Try this.

PHP Code:
{include file="dialog.tpl"  title=$lng.lbl_gift_certificate_checking content=$smarty.capture.dialog extra='width="100%"} 
Reply With Quote