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)
-   -   remove link above welcome text (https://forum.x-cart.com/showthread.php?t=33453)

yamiya 08-24-2007 04:46 AM

remove link above welcome text
 
a little bit help here.

i m using "Light & Lucid" skin. Above the welcome text there's this idiotic "my company name" link, which i do not require since my logo and the home button already provide the same feature. how do i remove it? it doesnt appear in welcome.tpl.

balinor 08-24-2007 05:15 AM

Re: remove link above welcome text
 
That is location.tpl being called. To hide it on the home page, go to customer/home.tpl and replace this:

{include file="location.tpl"}

with this

{if $main eq "catalog" and $current_category.category eq ""}{else}
{include file="location.tpl"}{/if}

yamiya 08-24-2007 05:49 AM

Re: remove link above welcome text
 
thanks. it's working :mrgreen:

Quote:

Originally Posted by balinor
That is location.tpl being called. To hide it on the home page, go to customer/home.tpl and replace this:

{include file="location.tpl"}

with this

{if $main eq "catalog" and $current_category.category eq ""}{else}
{include file="location.tpl"}{/if}



All times are GMT -8. The time now is 09:17 PM.

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