Show Your Support
<if condition="$thread['sticky'] == 1">
<if condition="$thread[replycount] == 0">
<if condition="$thread[replycount] != 0"> <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> <else /> <if condition="$thread['sticky'] == 1 AND $thread[replycount] == 0"> <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> <else /> <td class="zeroreplybg" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> </if> </if>
.zeroreplybg { background-color: #ebf0d2; color: #000000; }
<if condition="$thread[replycount] == 0 OR $thread['sticky'] == 1"> <td class="stickybg" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> <else /> <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> </if>
.stickybg { background-color: #ebf0d2; color: #000000; }