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)
-   -   Home page graphic shows up everywhere (https://forum.x-cart.com/showthread.php?t=40249)

teachers111 06-03-2008 01:12 PM

Home page graphic shows up everywhere
 
Hello.
I have added a graphic to my home page by uploading it in my skin1/images directory and then in my skin1/customer/home.tpl I added:
<img src="{$ImagesDir}/imagename.jpg">

I wanted this picture to be in my home page only, but it shows up on every page, including all product pages, etc.

What did I do wrong, and how to fix?

ps: I don't have a portal page. That was the first thing I got rid of. Was that a mistake?

Help.
Thanks,
Nancy

deadzebrainc 06-03-2008 01:46 PM

Re: Home page graphic shows up everywhere
 
Try putting an if statement around it in home.tpl, something along the lines of..

Quote:

{if $main eq "catalog" and $current_category.category eq ""}
<img src="{$ImagesDir}/imagename.jpg">
{/if}


All times are GMT -8. The time now is 06:35 PM.

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