if($thread['sticky'] == "1" && !$donestickysep) { eval("\$threads .= \"".$templates->get("forumdisplay_sticky_sep")."\";"); $shownormalsep = true; $donestickysep = true; } else if($thread['sticky'] == 0 && $shownormalsep) { eval("\$threads .= \"".$templates->get("forumdisplay_threads_sep")."\";"); $shownormalsep = false; }
$l['poll_prefix'] = "Poll:";
$l['sticky_prefix'] = "<strong>Sticky:</strong>";
Loading Info...