* @copyrights CBLUE SPRL 2011 * @package chamilo.reports */ //exit; $cidReset = true; // including files require_once __DIR__.'/../inc/global.inc.php'; require_once 'reports.lib.php'; // protect script api_block_anonymous_users(); // defining constants // current section $this_section = SECTION_REPORTS; // setting the name of the tool $tool_name = get_lang('Reports'); // Displaying the header foreach (array('jquery.ba-bbq.min.js', 'jquery.validate.js', 'jquery.form.js', 'jquery.form.wizard.js', 'jquery.dataTables.min.js') as $js) { $htmlHeadXtra[] = ''."\n"; } // FIXME $htmlHeadXtra[] = ' '; $htmlCSSXtra[] = 'dataTable.css'; reports_loadTemplates(); Display::display_header($tool_name); ?>




$value) { echo $value['wizard']; } ?>