In threadbit_deleted find:
Code:
<td class="alt2" colspan="3" align="center">
Replace with:
Code:
<td class="alt2" colspan="2" align="center">
Search in SAME template(threadbit_deleted):
Code:
<if condition="$show['threadicons']">
<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td>
</if>
And Delete.
That should fix the deleted post issue.