View Single Post
  #4  
Old 01-02-2004, 10:22 PM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

You could also add an extra language text variable in your admin panel, for example "txt_otherinfo" and assign the variable to your "welcome.tpl" file right under your featured products section:
{include file="customer/main/featured.tpl" f_products=$f_products}

add this:
{$lng.txt_otherinfo}

Or, just switch the position of the:
{$lng.txt_welcome}
to be right below the featured products section, if you prefer to have that info under your featured products section.
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote