PATH:
home
/
letacommog
/
mcr
/
wp-content
/
themes
/
betheme
/
bbpress
<?php /** * Pagination for pages of replies (when viewing a topic) * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_pagination_loop' ); ?> <div class="bbp-pagination"> <div class="bbp-pagination-count"> <?php bbp_topic_pagination_count(); ?> </div> <div class="bbp-pagination-links"> <?php bbp_topic_pagination_links(); ?> </div> </div> <?php do_action( 'bbp_template_after_pagination_loop' ); ?>
[+]
..
[-] 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]