[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/buddypress/activity/ -> index.php (source)

   1  <?php
   2  /**
   3   * BuddyPress Activity templates
   4   *
   5   * @since 2.3.0
   6   * @version 6.0.0
   7   */
   8  ?>
   9  
  10      <?php bp_nouveau_before_activity_directory_content(); ?>
  11  
  12      <?php if ( is_user_logged_in() ) : ?>
  13  
  14          <?php bp_get_template_part( 'activity/post-form' ); ?>
  15  
  16      <?php endif; ?>
  17  
  18      <?php bp_nouveau_template_notices(); ?>
  19  
  20      <?php if ( ! bp_nouveau_is_object_nav_in_sidebar() ) : ?>
  21  
  22          <?php bp_get_template_part( 'common/nav/directory-nav' ); ?>
  23  
  24      <?php endif; ?>
  25  
  26      <div class="screen-content">
  27  
  28          <?php bp_get_template_part( 'common/search-and-filters-bar' ); ?>
  29  
  30          <?php bp_nouveau_activity_hook( 'before_directory', 'list' ); ?>
  31  
  32          <div id="activity-stream" class="activity" data-bp-list="activity">
  33  
  34                  <div id="bp-ajax-loader"><?php bp_nouveau_user_feedback( 'directory-activity-loading' ); ?></div>
  35  
  36          </div><!-- .activity -->
  37  
  38          <?php bp_nouveau_after_activity_directory_content(); ?>
  39  
  40      </div><!-- // .screen-content -->
  41  
  42      <?php bp_nouveau_after_directory_page(); ?>


Generated: Tue Mar 19 01:01:09 2024 Cross-referenced by PHPXref 0.7.1