![]() |
How to Not Load Module on Home Page only?
Is there a way of not loading a module on the home page but loading on all of the other pages?
I know you can use the following to only load in the homepage but I can't work out the logic. {if $main eq "catalog" and $current_category.category eq ""} Call module here {/if} Thanks |
Re: How to Not Load Module on Home Page only?
Quote:
What about: Code:
{if $main eq "catalog" and $current_category.category eq ""} ? :-) |
Re: How to Not Load Module on Home Page only?
That worked - never thought of the else bit - dohh
Thanks Mike |
All times are GMT -8. The time now is 03:00 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.