Hi I am using in my reports the "use \koolreport\amazing\Theme;" when the report is opened in a new windows outside my application so everything looks fine BUT when I embed the report inside one of my pages then the Amazing Theme effect my own Bootstrap them and everything becomes like a big mess. I have a parameter that tell the report in post if the report is opened separately or embedded inside the page. can I use this parameter to conditionally decide if to include the "use \koolreport\amazing\Theme;"
require_once APPPATH."Libraries/koolreport/core/autoload.php";
use \koolreport\cube\processes\Cube;
use \koolreport\processes\Filter;
class Class_schedule extends \koolreport\KoolReport
{
//use \koolreport\amazing\Theme;
var $classList = null;
function settings()
{
}
}