Код
<?if($PAGE_ID$='recentthreads' or $PAGE_ID$='forum')?>
<script type="text/javascript">
// by xemordio
$('img[title="Тема - опрос"]').parents().next('td').css('background','url(http://i.imgur.com/sWkXJIj.png)');
$('img[title="Важная тема"]').parents().next('td').css('background','url(http://storage7.static.itmages.ru/i/14/1022/h_1413943565_9155607_c1387542ff.png)');
$('img[title="Горячая тема"]').parents().next('td').css('background','url(http://storage5.static.itmages.ru/i/14/1022/h_1413943655_9347526_2916c38d59.png)');
$('img[title="Тема закрыта"]').parents().next('td').css('background','url(http://i.imgur.com/logyzZP.png)');
</script>
<?endif?>