<if condition="$thread['sticky'] == 1"> <tr class="sticky"> <else /> <tr class="$rowClass"> </if>
.sticky {background-color: pink; color: #000000}