Advertisement
Guest User

Untitled

a guest
Jul 19th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1.  
  2. <div class="sidebar-box">
  3. <div class="sidebar-title"><?php echo of_get_option('t-3', 'On the Forums' ); ?></div>
  4.  
  5. <div class="sidebar-box-child">
  6.  
  7. <?php if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) ) : ?>
  8. <?php bbp_get_template_part( 'loop', 'mytopics' ); ?>
  9. <?php else : ?>
  10. <?php bbp_get_template_part( 'feedback', 'no-topics' ); ?>
  11. <?php endif; ?>
  12.  
  13. </div>
  14. <div class="clear"></div>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement