[ Index ]

PHP Cross Reference of bbPress

title

Body

[close]

/ -> 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: Sat May 18 03:58:34 2013 Hosted by follow the white rabbit.