reports: Fix links from avail reports
[ninja.git] / application / views / histogram / index.php
blob55d98a3d57361a0b5d25f96d5d888107f9abb410
1 <?php defined('SYSPATH') OR die('No direct access allowed.'); ?>
2 <div id="response"></div>
3 <div id="progress"></div>
4 <?php
5 echo isset($error) ? $error : '';
6 echo !empty($header) ? $header : '';
7 echo !empty($report_options) ? $report_options : '';
8 echo !empty($content) ? $content : '';
9 ?>