Current Path : /var/www/quickscrum.com/wp-content/themes/Quickscrum/bbpress/ |
Current File : /var/www/quickscrum.com/wp-content/themes/Quickscrum/bbpress/feedback-no-access.php |
<?php /** * No Access Feedback Part * * @package bbPress * @subpackage Theme */ ?> <div id="forum-private" class="bbp-forum-content"> <h1 class="entry-title"><?php _e( 'Private', 'bbpress' ); ?></h1> <div class="entry-content"> <div class="bbp-template-notice info"> <p><?php _e( 'You do not have permission to view this forum.', 'bbpress' ); ?></p> </div> </div> </div><!-- #forum-private -->