Advertisement
Guest User

add to header-buddypress.php file

a guest
Jul 26th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <div id="contentsec">
  2. <div class="inner">
  3. <div class="columns">
  4. <div class="breadcrumb">
  5. <?php echo get_the_breadcrumb();?>
  6. </div>
  7. <!-- Small side bar left -->
  8. <div class="col1 left" id="left_colum">
  9. <div class="blog">
  10. <h4 class="heading backcolr singlepage"><?php the_title();?></h4>
  11. <div class="post detail">
  12. <div class="postdesc"<?php echo ($advanced_settings['publishing_info'] != 'active') ? ' style="border-top:none;margin-top:-5px;"' : '';?>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement