[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

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

   1          </div>
   2      </div>
   3      <div id="footer" role="contentinfo">
   4          <p><?php printf(__('%1$s is proudly powered by <a href="%2$s">bbPress</a>.'), bb_option('name'), "http://bbpress.org") ?></p>
   5  
   6          <!-- If you like showing off the fact that your server rocks -->
   7          <!-- <p class="showoff">
   8  <?php
   9  global $bbdb;
  10  printf(
  11  __( 'This page generated in %s seconds, using %d queries.' ),
  12  bb_number_format_i18n( bb_timer_stop(), 2 ),
  13  bb_number_format_i18n( $bbdb->num_queries )
  14  );
  15  ?>
  16          </p> -->
  17      </div>
  18  
  19  <?php do_action('bb_foot'); ?>
  20  
  21  </body>
  22  </html>


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