![]() |
Changing the image on the hompage
1 Attachment(s)
Anyone know how to change the image on the homepage, I cant find the file that controls this. I tried webmaster mode and double clicking on the area but nothing comes up, it used to, that how i changed it before.
Please help Please see att for which pic i mean. Thanks |
Re: Changing the image on the hompage
Have a look at /skin1/customer/main/welcome.tpl
Regards Shafiq |
Re: Changing the image on the hompage
Moving to Template Editing forum
|
Re: Changing the image on the hompage
I cant find anything in welcome.tpl that would change this image.
Below is my welcome.tpl {* $Id: welcome.tpl,v 1.28.2.1 2006/07/12 04:51:17 svowl Exp $ *} {if ($active_modules.Greet_Visitor ne "") and ($smarty.cookies.GreetingCookie ne "") and $logout_user eq ''} {assign var="_name" value=$smarty.cookies.GreetingCookie|replace:"\'": "'"} <h3>{$lng.lbl_welcome_back|substitute:"name":$_nam e} </h3> {elseif $lng.lbl_site_title} <h3>{$lng.lbl_welcome_to|substitute:"company":$lng .lbl_site_title}</h3> {else} <h3>{$lng.lbl_welcome_to|substitute:"company":$con fig.Company.company_name}</h3> {/if} {$lng.txt_welcome} <br /> {if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu ne "Y"} {include file="modules/Bestsellers/bestsellers.tpl"} {/if} <br /> {include file="customer/main/featured.tpl" f_products=$f_products} |
Re: Changing the image on the hompage
Have a look at the language variable - {$lng.txt_welcome} .. The image could be stored in that variable.
Else if could be in /skin1/customer/home.tpl Regards Shafiq :sK |
Re: Changing the image on the hompage
Where do I find {$lng.txt_welcome}?
|
Re: Changing the image on the hompage
The Languages section of the admin area:
http://www.x-cart.com/xcart_manual/online/?managing_x_carts_language_variables.htm Shafiq :sK |
Re: Changing the image on the hompage
cheers bro
found it finally !!!! was in {$lng.txt_welcome} |
Re: Changing the image on the hompage
I'm like totally confused too - for the life of me I cant get that image in there... please help
|
All times are GMT -8. The time now is 11:20 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.