[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/templates/default/extras/ -> single-view.php (source)

   1  <?php
   2  
   3  /**
   4   * Single View
   5   *
   6   * @package bbPress
   7   * @subpackage Theme
   8   */
   9  
  10  get_header(); ?>
  11  
  12      <?php do_action( 'bbp_before_main_content' ); ?>
  13  
  14      <?php do_action( 'bbp_template_notices' ); ?>
  15  
  16      <div id="bbp-view-<?php bbp_view_id(); ?>" class="bbp-view">
  17          <h1 class="entry-title"><?php bbp_view_title(); ?></h1>
  18          <div class="entry-content">
  19  
  20              <?php bbp_get_template_part( 'content', 'single-view' ); ?>
  21  
  22          </div>
  23      </div><!-- #bbp-view-<?php bbp_view_id(); ?> -->
  24  
  25      <?php do_action( 'bbp_after_main_content' ); ?>
  26  
  27  <?php get_sidebar(); ?>
  28  <?php get_footer();


Generated: Tue Apr 16 01:01:01 2024 Cross-referenced by PHPXref 0.7.1