$topic) : ?>
1) ? ($intro_posts - 1) : $intro_posts = 0; }
$first_poster = wpforo_member($first_post);
$posts = WPF()->post->get_posts( array('topicid' => $topic['topicid'], 'exclude' => $topic['first_postid'], 'orderby' => '`is_first_post` ASC, `created` DESC, `postid` DESC', 'row_count' => $intro_posts) );
$posts = array_reverse($posts);
}
$topic_url = wpforo_topic($topic['topicid'], 'url');
$post_toglle = wpforo_setting( 'topics', 'layout_extended_intro_posts_toggle' );
?>