Just replace
<if condition="$GLOBALS[forumid] ==39">
<br /><center>
<a href="http://www.example.com" target="_blank">
<img src="images/example.gif" alt="example" border="0">
</a>
</center><br /><br />
</if>
[/CODE][/QUOTE]
and will work
Quote:
Originally Posted by a squared
It's in Navbar. Without the conditional it works fine. Of course it shows throughout the forum. I'm surprised it hasn't worked. On my live site I've hardcoded conditionals into the Navbar template using this code.
Code:
<if condition="$forumid == 39">
<br /><center>
<a href="http://www.example.com" target="_blank">
<img src="images/example.gif" alt="example" border="0">
</a>
</center><br /><br />
</if>
|