Actually i have currently one index.html page which is the main page of my forum [
www.newmasalaboard.info ]
And i am creating a new index page [
www.newmasalaboard.info/index.php ] in which i dont want to display ads in the header.
So i am searching for a condition through which i can limit the ads not to be shown on index page.
The code i use is :
Code:
<if condition="THIS_SCRIPT != 'index'">
Advertisment Code Here
</if>