ASong2U_Web/wp-content/themes/score/dedications/index.php

39 lines
963 B
PHP

<?php
/**
* BuddyPress - Dedications
*/
?>
<?php global $bp, $post, $gp_settings; ?>
<?php get_header( 'buddypress' ); ?>
<?php if ( !bp_is_current_action( 'new-dedication' ) ) : ?>
<?php locate_template( array( 'video-slider.php' ), true ); ?>
<?php endif; ?>
<div id="content<?php if ( !bp_is_current_action( 'new-dedication' ) ) { ?> fullwidth<?php } ?>">
<div class="padder">
<?php do_action('bp_before_member_plugin_template'); ?>
<div id="item-body" role="main">
<?php do_action( 'bp_before_member_body' ); ?>
<h3><?php do_action( 'bp_template_title' ); ?></h3>
<?php do_action( 'bp_template_content' ); ?>
<?php do_action( 'bp_after_member_body' ); ?>
</div><!-- #item-body -->
<?php do_action( 'bp_after_member_plugin_template' ); ?>
</div><!-- .padder -->
</div><!-- #content -->
<?php get_sidebar( 'buddypress' ); ?>
<?php get_footer( 'buddypress' ); ?>