I have created a webpage based in the template of our forum called "Home". However, i do not wish to show the adverts on this page.
I'm guessing I would need to make a change to the overall_header.html file like as follows
If current page <> "home" then
show ad
else
don't show ad
endif
I'm guessing something around here:
Code: Select all
<!-- INCLUDE ads/ads.js -->
<!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - Start //-->
<!-- INCLUDE ./../../abbcode/abbcode_header.html -->
<!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - End //-->
</head>
Any pointers?
Many thanks