Quote:
Originally Posted by Danny.VBT
<if condition="THIS_SCRIPT != 'index'">
</if>
|
Sweet, that does it! Thanks!
Quote:
Originally Posted by whitemike
Well depending on the script, put at bottom of navbar template like this:
HTML Code:
<if condition="THIS_SCRIPT == 'defined page'">ad code here</if>
Where defined page you can find in the actual file itself
In attachments for example its:
define('THIS_SCRIPT', 'attachment');
So you would use
HTML Code:
<if condition="THIS_SCRIPT == 'attachment'">ad code here</if>
Hope this helps
|
Thanks very much, this helps me for when I go back through and finish really pinning down which ads should be on which pages.
I appreciate the speedy responses!