Дамир,
if (!empty($str))
$out .= ' ' . $str;
if ($status && !empty($user['status'])){
$tex = checkout($user['status'], 1, 1);
if ($set_user['smileys'])
$tex = smileys($tex, $res['rights'] ? 1 : 0);
$out .= '<div class="status"><img src="../theme/' . $set_user['skin'] . '/images/label.png" alt="" align="middle" /> ' . $tex . '</div>';
}