Removed dep on API
[ninja.git] / modules / reports / views / summary / header.php
blob38886707a50f4c3b3fba6ba6255b94f99187dbff
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 if ($options['standardreport']) {
4 echo '<div id="report_mode_form" style="display: none"><input type="radio" value="standard" checked="checked"></div>';
5 } else {
6 echo '<div id="report_mode_form" style="display: none"><input type="radio" value="custom" checked="checked"></div>';
9 echo $standard_header;