I am looking to hide ads on my pages... I used
Code:
<vb:if condition="THIS_SCRIPT == view AND $pg == 'hours'">
Dont Show Ad
<vb:else />
Show Ad
</vb:if>
but the code shows everywhere. I am wondering if it is because I am using SEO friendly links os my links look like
.../forums/hours.htm
in stead of
.../forums/view.php?pg=hours
Is this why? Is there a way around this?
Thank