* @subpackage Theme
 */
?>

<div id="bbpress-forums">

	<?php 
bbp_breadcrumb();
?>

	<?php 
do_action('bbp_template_before_topic_tag_description');
?>

	<?php 
bbp_topic_tag_description(array('before' => '<div class="bbp-template-notice info"><ul><li>', 'after' => '</li></ul></div>'));
?>

	<?php 
do_action('bbp_template_after_topic_tag_description');
?>

	<?php 
do_action('bbp_template_before_topic_tag_edit');
?>

	<?php 
bbp_get_template_part('form', 'topic-tag');
?>

	<?php 
    bbp_get_template_part('form', 'search');
    ?>
            </div>
		</div>

	<?php 
}
?>

	<?php 
bbp_breadcrumb();
?>

	<?php 
if (bbp_is_topic_tag()) {
    bbp_topic_tag_description();
}
?>

	<?php 
do_action('bbp_template_before_topics_index');
?>

	<?php 
if (bbp_has_topics()) {
    ?>

		<?php 
    bbp_get_template_part('pagination', 'topics');
    ?>
?>

<div id="bbpress-forums">

	<?php if ( bbp_allow_search() ) : ?>

		<div class="bbp-search-form">

			<?php bbp_get_template_part( 'form', 'search' ); ?>

		</div>

	<?php endif; ?>


	<?php if ( bbp_is_topic_tag() ) bbp_topic_tag_description(); ?>

	<?php do_action( 'bbp_template_before_topics_index' ); ?>

	<?php if ( bbp_has_topics() ) : ?>

		<?php bbp_get_template_part( 'pagination', 'topics'    ); ?>

		<?php bbp_get_template_part( 'loop',       'topics'    ); ?>

		<?php bbp_get_template_part( 'pagination', 'topics'    ); ?>

	<?php else : ?>

		<?php bbp_get_template_part( 'feedback',   'no-topics' ); ?>