View Single Post
  #1  
Old 01-01-2007, 10:07 AM
 
maniac maniac is offline
 

Advanced Member
  
Join Date: Mar 2003
Posts: 97
 

Default add site name to welcome

I f a user is logged in it displays Welcome back User Name

I want to display welcome back to the "Store Name" user Name

I edited the phrase "lbl_welcome_back" to read:

Code:
Welcome back to the {{company}} {{name}}

bu that results in:

Code:
Welcome back to the {{company}} User Name

I know I have to edit:

Code:
{$lng.lbl_welcome_back|substitute:"name":$_name}

in home.tpl. but I can;t figure out the syntax to add an additional "substitute" to the clause. If anyone can guide me I would appreciate it.

Thanks in advance.
__________________
Gold 4.1.6
Reply With Quote