Advertisement
sbrajesh

Brajesh Singh

Aug 16th, 2010
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.92 KB | None | 0 0
  1. <div class='single-gallery-header'>
  2.     <?php if(gallery_is_user_admin($bp->loggedin_user->id,$gallery->id)):?>
  3.     <a> " id="gallery-media-edit" <?php if(bp_is_media_edit()) echo "class='current'";?>><?php _e("Edit Media","bp-gallery");?></a>
  4.     <a>" id="gallery_media_upload" <?php if( bp_is_gallery_upload()) echo "class='current'";?>><?php _e("Upload","bp-gallery");?></a>
  5.     <a>" id="gallery_media_organize"  <?php if( bp_is_gallery_reorder_media()) echo "class='current'";?> ><?php  _e("Organize Media","bp-gallery");?></a>
  6.     <a>" id="gallery_gallery_edit" <?php if(bp_is_gallery_edit_details()) echo "class='current'";?>><?php  _e("Edit Info","bp-gallery");?></a>
  7.     <a>" id="gallery_gallery_cover_upload" <?php if(bp_is_gallery_cover_upload()) echo "class='current'";?>><?php  _e("Cover Upload","bp-gallery");?></a>
  8.     <a>" id="gallery_gallery_delete"><?php _e("Delete","bp-gallery");?></a>
  9.   <?php endif;?>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement