if ($thread['sticky']) { global $parser; if (!$parser) { require_once(DIR . '/includes/class_bbcode.php'); $parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); } $thread['threadtitle'] = $parser->do_parse($thread['threadtitle'], false, false, true, false); }