Conditional statement in advertising

  • Thread starter Thread starter hqarrse
  • Start date Start date

hqarrse

Guest
Member
I'm trying to hideshow ads on certain parts of my site using conditional statements. Unfortunately the following doesn't seem to work so would be grateful for any thoughts?

Code:

Code:

Code:
<xf:if is="$template != 'forum_list'">

    <!-- advertising code -->
    
</xf:if>


Screenshot 2023-10-13 133016.png

Continue reading...

Continue reading...
 
Top