In the third column of content on home.tpl, I want to add an {if} statement that would display certain content in that cell on the home page, but other content/modules on all other pages. I am not sure how I would go about this, as I do not know how to get the current page variable. If I wanted it within a category, I know I could do
Code:
{if $cat eq "14"}stuff I want to show{else}show this other stuff instead{/if}
What can I use for the home page to get the same result?