[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/buddypress/groups/single/admin/ -> group-cover-image.php (source)

   1  <?php
   2  /**
   3   * BP Nouveau Group's cover image template.
   4   *
   5   * @since 3.0.0
   6   * @version 7.0.0
   7   */
   8  ?>
   9  
  10  <?php if ( bp_is_group_create() ) : ?>
  11  
  12      <h3 class="bp-screen-title creation-step-name">
  13          <?php esc_html_e( 'Upload Cover Image', 'buddypress' ); ?>
  14      </h3>
  15  
  16      <div id="header-cover-image"></div>
  17  
  18  <?php else : ?>
  19  
  20      <h2 class="bp-screen-title">
  21          <?php esc_html_e( 'Change Cover Image', 'buddypress' ); ?>
  22      </h2>
  23  
  24  <?php endif; ?>
  25  
  26  <p><?php esc_html_e( 'The Cover Image will be used to customize the header of your group.', 'buddypress' ); ?></p>
  27  
  28  <?php
  29  bp_attachments_get_template_part( 'cover-images/index' );


Generated: Thu Apr 25 01:01:12 2024 Cross-referenced by PHPXref 0.7.1