View Single Post
  #6  
Old 11-04-2002, 11:44 PM
 
Tricker Tricker is offline
 

Newbie
  
Join Date: Nov 2002
Posts: 9
 

Default

Well i did this and it workedbold is what i changed)
Code:
{* $Id: welcome.tpl,v 1.21 2002/09/10 12:36:34 zorg Exp $ *} {if ($active_modules.Greet_Visitor ne "") AND ($smarty.cookies.GreetingCookie ne "")} <h3>{$lng.lbl_welcome_back}, {$smarty.cookies.GreetingCookie} </h3> {else} <h3>{$lng.lbl_welcome_to} { $config.Company.company_name }</h3> {/if} [b]NEW TEXT HERE[/b] {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu ne "Y"} {include file="modules/Bestsellers/bestsellers.tpl"} {/if} {include file="customer/main/featured.tpl" f_products=$f_products}

Im pretty sure that {$lng.txt_welcome} is the txt..but where the hell is it pulling that from?[/quote]
Reply With Quote