XF 1.5 ad templates on index page only?

craigForo

Active member
Is there a way to limit what pages ad template material displays on?

I would like it to display only on the index page.
 
Ok, I only want a specific ad module to display on the index page. How can I identify the index page template for the xyz value?


<xen:if is="{$contentTemplate} == 'xyz'">
This content will show on the xyz template
</xen:if>
 
Top Bottom