I have been using ci_synchronicity for a few years and it forms the black banner along with the menu choices in the images below. Works great and is used extensively in my system. I am now trying to use Amazing Template on one of the pages with my black banner already existing. I am getting this:
Notes that the Amazing layout is slightly unaligned now. Here is the code that causes this:
`
`
public function report_generator_amazing()
{
// $this->output->set_template('default2');
$this->output->set_template('amazing');
$this->output->set_template('default2');
$report= new MyDashboard;
$report->run()->render();
}
How can I get Amazing to work on a page with my regular template? Is it possible to debug a template?