Sindbad~EG File Manager

Current Path : /home/frekansk/.trash/wp-content/themes/turitor/buddypress/groups/single/
Upload File :
Current File : /home/frekansk/.trash/wp-content/themes/turitor/buddypress/groups/single/cover-image-header.php

<?php
/**
 * BuddyPress - Groups Cover Image Header.
 *
 * @package BuddyPress
 * @subpackage bp-legacy
 * @version 3.0.0
 */

/**
 * Fires before the display of a group's header.
 *
 * @since 1.2.0
 */
do_action( 'bp_before_group_header' ); ?>

<div>
	<a id="header-cover-image" href="<?php echo esc_url( bp_get_group_permalink() ); ?>"></a>
	<div id="item-header-cover-image">
			<?php if ( ! bp_disable_group_avatar_uploads() ) : ?>
				<div id="item-header-avatar">
					<a href="<?php echo esc_url( bp_get_group_permalink() ); ?>">

						<?php bp_group_avatar(); ?>

					</a>
				</div><!-- #item-header-avatar -->
			<?php endif; ?>

			<div class="group-content">
				<div id="item-actions">
					<?php if ( bp_group_is_visible() ) : ?>

						<h2><?php _e( 'Group Admins', 'turitor' ); ?></h2>

						<?php bp_group_list_admins();

						/**
						 * Fires after the display of the group's administrators.
						 *
						 * @since 1.1.0
						 */
						do_action( 'bp_after_group_menu_admins' );

						if ( bp_group_has_moderators() ) :

							/**
							 * Fires before the display of the group's moderators, if there are any.
							 *
							 * @since 1.1.0
							 */
							do_action( 'bp_before_group_menu_mods' ); ?>

							<h2><?php _e( 'Group Mods' , 'turitor' ); ?></h2>

							<?php bp_group_list_mods();

							/**
							 * Fires after the display of the group's moderators, if there are any.
							 *
							 * @since 1.1.0
							 */
							do_action( 'bp_after_group_menu_mods' );

						endif;

					endif; ?>

					</div><!-- #item-actions -->

					<div id="item-header-content">

					<?php

					/**
					 * Fires before the display of the group's header meta.
					 *
					 * @since 1.2.0
					 */
					do_action( 'bp_before_group_header_meta' ); ?>

					<div id="item-meta">

						<?php

						/**
						 * Fires after the group header actions section.
						 *
						 * @since 1.2.0
						 */
						do_action( 'bp_group_header_meta' ); ?>

						<span class="highlight"><?php bp_group_type(); ?></span>
						<span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ); ?>">
							<?php
							/* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
							printf( __( 'Active %s', 'turitor' ), bp_get_group_last_active() );
							?>
						</span>

						<?php bp_group_type_list(); ?>
					</div>

					<div id="item-buttons">
						<?php

						/**
						 * Fires in the group header actions section.
						 *
						 * @since 1.2.6
						 */
						do_action( 'bp_group_header_actions' ); ?>
					</div><!-- #item-buttons -->

					</div><!-- #item-header-content -->

			</div>
		</div>
	</div>
</div><!-- #cover-image-container -->

<?php

/**
 * Fires after the display of a group's header.
 *
 * @since 1.2.0
 */
do_action( 'bp_after_group_header' ); ?>

<div id="template-notices" role="alert" aria-atomic="true">
	<?php

	/** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
	do_action( 'template_notices' ); ?>

</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists