[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/ -> statistics.php (source)

   1  <?php
   2  
   3  require ('./bb-load.php');
   4  
   5  require_once( BB_PATH . BB_INC . 'functions.bb-statistics.php' );
   6  
   7  $popular = get_popular_topics();
   8  
   9  $bb->static_title = __('Statistics');
  10  
  11  bb_load_template( 'stats.php', array('popular') );
  12  
  13  ?>


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