View Single Post
  #1  
Old 12-09-2009, 03:42 PM
 
usrail123 usrail123 is offline
 

Member
  
Join Date: Nov 2009
Posts: 20
 

Default accidentally deleted the code from welcome tpl

Well I am using the lights and lucid template and i have deleted the orginial code that was in there here is what is in there now. I need help thank you? Maybe its missing something im getting a error that says.

Error

Parse error: syntax error, unexpected T_ELSEIF in /home/usrailin/public_html/var/templates_c/%%0B^0BD^0BD7ADFC%%welcome.tpl.php on line


Code Thats in There


{*$Id: welcome.tpl,v 1.33 2008/10/30 17:57:31 max Exp $
vim: set ts=2 sw=2 sts=2 et:>
{if $display_greet_visitor_name}<h1>{$lng.lbl_welcome_ back|substitute:"name":$display_greet_visitor_name } </h1>{elseif $lng.lbl_site_title}<h1>{$lng.lbl_welcome_to|subst itute:"company":$lng.lbl_site_title}</h1>
{else}<h1>{$lng.lbl_welcome_to|substitute:"company ":$config.Company.company_name}</h1>
{/if} {$lng.txt_welcome}{if $active_modules.Bestsellers && $config.Bestsellers.bestsellers_menu ne "Y"}
{include file="modules/Bestsellers/bestsellers.tpl"}
{/if}
{include file="customer/main/featured.tpl"}
__________________
x cart gold 4.3
Reply With Quote