render_top_navigation(); ?>
get_captcha();
if (isset($_POST['aib-submit'])) {
$wrong_captcha = !$aib->validate_captcha();
} else {
$wrong_captcha = false;
}
?>
have_posts()) {
while ($query->have_posts()) {
$query->the_post();
$thread_id = get_the_ID();
$title = get_the_title();
$reply_count = $aib->get_reply_count($post->ID);
if (!$title) $title = 'thread #'.$thread_id;
?>