View Single Post
  #32  
Old 02-15-2013, 04:17 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Changes to template not showing in store.

Without seeing the code I'm not sure but it sounds like you are using the substitute modifier. Here's how it's used in welcome.tpl to replace {{company}} in the language variable with the store's company name:

PHP Code:
<h1>{$lng.lbl_welcome_to|substitute:"company":$config.Company.company_name|amp}</h1
Maybe you replaced {{company}} in the language variable with {{Carnival}} which would cause this problem.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote