Quote:
Originally Posted by Kirk Y
Try wrapping the random logo code with:
Code:
<if condition="THIS_SCRIPT == 'index'">
Random Logo Code Here
<else />
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
</if>
That way it'll only execute if the user is viewing the board's index, and leave my previous code to execute if they aren't.
|
works perfect thank you once again Kirk Y