Sindbad~EG File Manager

Current Path : /home/bintopia/.trash/wp-content/themes/evolve/bbpress/
Upload File :
Current File : /home/bintopia/.trash/wp-content/themes/evolve/bbpress/loop-single-forum.php

<?php
/**
 * Forums Loop - Single Forum
 *
 * @package bbPress
 * @subpackage Theme
 */
?>

<ul id="bbp-forum-<?php bbp_forum_id(); ?>" <?php bbp_forum_class(); ?>>

    <li class="bbp-forum-info">

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

        <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a>

		<?php do_action( 'bbp_theme_after_forum_title' );

		do_action( 'bbp_theme_before_forum_description' ); ?>

        <div class="bbp-forum-content">

			<?php bbp_forum_content(); ?>

        </div>

		<?php do_action( 'bbp_theme_after_forum_description' );

		do_action( 'bbp_theme_before_forum_sub_forums' );

		bbp_list_forums();

		do_action( 'bbp_theme_after_forum_sub_forums' );

		bbp_forum_row_actions(); ?>

    </li>
    <li class="bbp-forum-topic-count">

		<?php bbp_forum_topic_count(); ?>

    </li>
    <li class="bbp-forum-reply-count">

		<?php bbp_show_lead_topic() ? bbp_forum_reply_count() : bbp_forum_post_count(); ?>

    </li>
    <li class="post-meta bbp-forum-freshness">

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

        <span class="bbp-topic-freshness-author float-right">

            <?php bbp_author_link( array(
	            'post_id' => bbp_get_forum_last_active_id(),
	            'size'    => '30'
            ) ); ?>

        </span>

		<?php do_action( 'bbp_theme_after_topic_author' );

		do_action( 'bbp_theme_before_forum_freshness_link' );

		bbp_forum_freshness_link();

		do_action( 'bbp_theme_after_forum_freshness_link' ); ?>

    </li><!-- .post-meta .bbp-forum-freshness -->
</ul><!-- #bbp-forum-<?php bbp_forum_id(); ?> -->

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists