No need to install a new hack for it. One template modification for each style and you will be fine.
Edit ForumDisplay template and search for:
PHP Code:
<if condition="$show['threads']">
<!-- show threads -->
<if condition="$show['stickies']">
$threadbits_sticky
</if>
$threadbits
<!-- end show threads -->
Below $threadbits_sticky add this code:
PHP Code:
<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>"> </td></tr>