Esempio n. 1
0
<div class="item-list-tabs no-ajax" id="subnav">
<ul>
<?php //bp_get_options_nav() ?>
<?php bp_user_gallery_admin_tabs();?>
</ul>
</div>
<div id="galleries">
	<?php do_action("gallery_before_create_content");?>
	<?php locate_template( array( '/gallery/single/create-form.php' ), true );
				?>
<?php do_action( 'bp_after_gallery_create_content' ) ?>
</div><!--end of bp-gallery-->
Esempio n. 2
0
<div class="item-list-tabs no-ajax" id="subnav">
<ul>
	
	<?php 
bp_user_gallery_admin_tabs();
?>
</ul>
<?php 
global $bp;
gallery_display_space_usage("user", $bp->displayed_user->id);
?>
</div>
<div class="gnav"><?php 
bp_gallery_bcomb();
?>
	</div>

				<div id="galleries">
				<?php 
do_action("gallery_before_content");
?>
			
				<?php 
if (bp_has_galleries()) {
    ?>
					<?php 
    while (bp_galleries()) {
        bp_the_gallery();
        ?>
							<div class='bp-gallery gallery-type-<?php 
        bp_gallery_type();