forum_id ); $tags = bb_get_topic_tags ( $topic_id ); if ( $tags && $bb_current_id = bb_get_current_user_info( 'id' ) ) { $user_tags = bb_get_user_tags ( $topic_id, $bb_current_id ); $other_tags = bb_get_other_tags ( $topic_id, $bb_current_id ); $public_tags = bb_get_public_tags( $topic_id ); } elseif ( is_array($tags) ) { $user_tags = false; $other_tags = bb_get_public_tags( $topic_id ); $public_tags =& $other_tags; } else { $user_tags = $other_tags = $public_tags = false; } $list_start = ($page - 1) * bb_get_option('page_topics') + 1; bb_post_author_cache($posts); endif; bb_load_template( 'topic.php', array('bb_db_override', 'user_tags', 'other_tags', 'list_start'), $topic_id ); ?>