statistics.php 484 B

123456789101112131415161718
  1. <?php // $Id: statistics.php 10811 2007-01-22 08:26:40Z elixir_julian $
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * @package chamilo.admin
  5. */
  6. /*
  7. INIT SECTION
  8. */
  9. $cidReset=true;
  10. require_once '../inc/global.inc.php';
  11. $this_section=SECTION_PLATFORM_ADMIN;
  12. api_protect_admin_script();
  13. $interbreadcrumb[]=array('url' => 'index.php',"name" => get_lang('PlatformAdmin'));
  14. $tool_name = get_lang('Statistics');
  15. Display::display_header($tool_name);
  16. Display::display_footer();