[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/bb-templates/kakumei/ -> tags.php (source)

   1  <?php bb_get_header(); ?>
   2  
   3  <div class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Tags'); ?></div>
   4  
   5  <p role="main"><?php _e('This is a collection of tags that are currently popular on the forums.'); ?></p>
   6  
   7  <div id="hottags">
   8  <?php bb_tag_heat_map( 9, 38, 'pt', 80 ); ?>
   9  </div>
  10  
  11  <?php bb_get_footer(); ?>


Generated: Thu Dec 7 01:01:35 2017 Cross-referenced by PHPXref 0.7.1