Advertisement
Guest User

Untitled

a guest
Jul 19th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <ul>
  2. <?php while ( bbp_topics() ) : bbp_the_topic(); ?>
  3. <?php bbp_get_template_part( 'loop', 'mysingle-topic' ); ?>
  4. <?php endwhile; ?>
  5. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement