X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   accidentally deleted the code from welcome tpl (https://forum.x-cart.com/showthread.php?t=51222)

usrail123 12-09-2009 03:42 PM

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"}

cflsystems 12-09-2009 03:51 PM

Re: accidentally deleted the code from welcome tpl
 
Restore the original welcome.tpl from skin1_original

usrail123 12-09-2009 04:22 PM

Re: accidentally deleted the code from welcome tpl
 
Thank You Sir


All times are GMT -8. The time now is 01:26 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.