Ads below sticky threads

Spenser

Active member
If I add an ad (weird sentence somehow...) below the sticky threads, the first "normal" thread has no line on top.
Is there anything I can do about this?sticky.webp
 
Stupid me. It works!

For those being as dump as me:

Code:
<xen:hook name="ad_thread_list_below_stickies" />
<xen:if is="!{$visitor.user_id}">
<div style="border-bottom: 1px solid @secondaryLight;">
<div align="center">
<!-- AdCode --!>
</div>
</div>
</xen:if>
 
Top Bottom