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)
-   -   hiding compnay name in location.tpl on home.php (https://forum.x-cart.com/showthread.php?t=16950)

chrisinoz 09-29-2005 03:51 AM

hiding compnay name in location.tpl on home.php
 
Hi

I don't want the company name to show on home page that is in location.tpl.

I am sure it is in the forums somewhere but I have not located it yet.

Thanks

Chris
4.016

balinor 09-29-2005 05:44 AM

In home.tpl, replace this:

{include file="location.tpl"}

with this:

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

chrisinoz 09-29-2005 01:26 PM

Thanks again Padraic

Cheers

Chris


All times are GMT -8. The time now is 06:55 AM.

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