[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/buddypress/members/single/ -> notifications.php (source)

   1  <?php
   2  /**
   3   * BuddyPress - Users Notifications
   4   *
   5   * @since 3.0.0
   6   * @version 3.0.0
   7   */
   8  ?>
   9  
  10  <nav class="<?php bp_nouveau_single_item_subnav_classes(); ?>" id="subnav" role="navigation" aria-label="<?php esc_attr_e( 'Notifications menu', 'buddypress' ); ?>">
  11      <ul class="subnav">
  12  
  13          <?php bp_get_template_part( 'members/single/parts/item-subnav' ); ?>
  14  
  15      </ul>
  16  </nav>
  17  
  18  <?php
  19  switch ( bp_current_action() ) :
  20  
  21      case 'unread':
  22      case 'read':
  23      ?>
  24  
  25  
  26      <?php bp_get_template_part( 'common/search-and-filters-bar' ); ?>
  27  
  28  
  29          <div id="notifications-user-list" class="notifications dir-list" data-bp-list="notifications">
  30              <div id="bp-ajax-loader"><?php bp_nouveau_user_feedback( 'member-notifications-loading' ); ?></div>
  31          </div><!-- #groups-dir-list -->
  32  
  33          <?php
  34          break;
  35  
  36      // Any other actions.
  37      default:
  38          bp_get_template_part( 'members/single/plugins' );
  39          break;
  40  endswitch;


Generated: Mon Apr 29 01:01:07 2024 Cross-referenced by PHPXref 0.7.1