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)
-   -   How do I get something to show in the home page only? (https://forum.x-cart.com/showthread.php?t=49578)

Doctored Locks 09-07-2009 06:54 PM

How do I get something to show in the home page only?
 
I want something to show on the main page only, not the categories or the products. What is the code to show it only in that section?

Thanks in advance!!
Melinda

cflsystems 09-07-2009 07:20 PM

Re: How do I get something to show in the home page only?
 
Place this in home.tpl where you want it to show
Code:

{if $main eq "catalog" || $current_category.category eq ""}
  your code here
{/if}


Doctored Locks 09-07-2009 07:37 PM

Re: How do I get something to show in the home page only?
 
Thanks!


All times are GMT -8. The time now is 11:36 AM.

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