Advertisement
Guest User

Untitled

a guest
Jun 27th, 2010
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <?php get_header() ?>
  2.  
  3. <div id="content">
  4. <div class="padder">
  5.  
  6. <div class="activity no-ajax">
  7. <?php if ( bp_has_activities( 'display_comments=threaded&include=' . bp_current_action() ) ) : ?>
  8.  
  9. <ul id="activity-stream" class="activity-list item-list">
  10. <?php while ( bp_activities() ) : bp_the_activity(); ?>
  11.  
  12. <?php locate_template( array( 'activity/entry.php' ), true ) ?>
  13.  
  14. <?php endwhile; ?>
  15. </ul>
  16.  
  17. <?php endif; ?>
  18. </div>
  19.  
  20. </div>
  21. </div>
  22.  
  23. <?php get_footer() ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement