in my old vBindex.php I have this line:
PHP Code:
if ($latestthread['iconid']==0) { $icon=""; } else { $icon="<img src=\"{*imagesfolder}/icons/icon$latestthread[iconid].gif\" border=0>"; }
in threadbit template:
Code:
<td bgcolor="$threadbg" align="center">$icon</td>
but I dont know where to insert this code in the new vBindex.php
[EDIT]
an another thing,
for some strange reason it shows "Last post 01-01-1970 by username"