if ($post['isdeleted']) { $template = 'postbit_deleted'; }
else if($post['postid']==$threadinfo['firstpostid']) { $template ='postbit_whatevayouwant'; }