Advertisement
Guest User

bp_search

a guest
Feb 8th, 2012
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <!-- THIS IS THE MEMBER SEARCH -->
  2.  
  3. <div id="members-dir-search" class="dir-search" role="search">
  4.     <?php bp_directory_members_search_form(); ?>
  5. </div><!-- #members-dir-search -->
  6.  
  7.  
  8. <!-- THIS IS THE SEARCH BOX I ADDED -->
  9.  
  10. <div class="login">
  11.     <?php get_search_form(); ?>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement