This is the code in my welcome.tpl file:
Quote:
<h3>{$lng.lbl_welcome_back}, {$smarty.cookies.GreetingCookie|replace:"'":"'"} </h3>
|
When I go to the welcome_back label in languages it only says "Welcome Back". I'm assuming that the name is being pulled with the smarty greeting cookie. How do I change that?