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>';
6 echo '<div id="report_mode_form" style="display: none"><input type="radio" value="custom" checked="checked"></div>';