// check for post icon if ($foruminfo['allowicons']) { if ($type == 'thread' AND $post['iconid'] == 0) { eval('$errors[] = "' . fetch_phrase('noicon', PHRASETYPEID_ERROR) . '";'); } }