View Single Post
  #2  
Old 01-27-2004, 04:07 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

make a copy of dialog.tpl give it a new look and call it

Code:
dialog_new.tpl

now when you want to call it adjust the code from

Code:
{capture name=dialog} {include file="customer/main/products.tpl"} {/capture} {include file="dialog.tpl" content=$smarty.capture.dialog title="Products" extra="width=100%"}

to

Code:
{capture name=dialog} {include file="customer/main/products.tpl"} {/capture} {include file="dialog_new.tpl" content=$smarty.capture.dialog title="Products" extra="width=100%"}
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote