PATH:
home
/
letacommog
/
mcr
/
wp-content
/
themes
/
betheme
/
bbpress
<?php /** * Search Loop - Single Forum * * @package bbPress * @subpackage Theme */ ?> <div class="bbp-forum-header"> <div class="bbp-meta"> <span class="bbp-forum-post-date"><?php printf( __( 'Last updated %s', 'bbpress' ), bbp_get_forum_last_active_time() ); ?></span> <a href="<?php bbp_forum_permalink(); ?>" class="bbp-forum-permalink">#<?php bbp_forum_id(); ?></a> </div><!-- .bbp-meta --> <div class="bbp-forum-title"> <?php do_action( 'bbp_theme_before_forum_title' ); ?> <h3><?php _e( 'Forum: ', 'bbpress' ); ?><a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></h3> <?php do_action( 'bbp_theme_after_forum_title' ); ?> </div><!-- .bbp-forum-title --> </div><!-- .bbp-forum-header --> <div id="post-<?php bbp_forum_id(); ?>" <?php bbp_forum_class(); ?>> <div class="bbp-forum-content"> <?php do_action( 'bbp_theme_before_forum_content' ); ?> <?php bbp_forum_content(); ?> <?php do_action( 'bbp_theme_after_forum_content' ); ?> </div><!-- .bbp-forum-content --> </div><!-- #post-<?php bbp_forum_id(); ?> -->
[+]
..
[-] user-details.php
[edit]
[-] content-archive-forum.php
[edit]
[-] content-single-forum.php
[edit]
[-] pagination-search.php
[edit]
[-] user-profile.php
[edit]
[-] loop-single-topic.php
[edit]
[-] form-reply-move.php
[edit]
[-] loop-search-reply.php
[edit]
[-] content-search.php
[edit]
[-] form-topic-split.php
[edit]
[-] form-search.php
[edit]
[-] form-topic-tag.php
[edit]
[-] loop-topics.php
[edit]
[-] form-topic-merge.php
[edit]
[-] loop-single-reply.php
[edit]
[-] loop-search-topic.php
[edit]
[-] loop-search-forum.php
[edit]
[-] loop-search.php
[edit]
[-] loop-replies.php
[edit]
[-] form-reply.php
[edit]
[-] loop-single-forum.php
[edit]
[-] pagination-topics.php
[edit]
[-] loop-forums.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] pagination-replies.php
[edit]
[-] content-single-topic.php
[edit]
[-] form-topic.php
[edit]