hello, I am using the following code in order to seperate the stickies and threads (FORUMDISPLAY template)
I want to integrate into this seperator google ads but I don't success to get it working properly.
please help me to correct the code, thanks.
Code:
<!-- show threads -->
<tbody id="threadbits_forum_$foruminfo[forumid]">
<if condition="$show['stickies']">
$threadbits_sticky
<tr><td class="thead" colspan="<if condition="(($show['threadicons'] AND $colspan = 6) OR (!$show['threadicons'] AND $colspan = 5)) AND ($show['inlinemod'] AND $colspan++)"></if>$colspan"> </td></tr>
</if>
$threadbits
</tbody>
<!-- end show threads -->
please help me to correct the code, thanks.
Comment