In Codeigniter, I'm calling a view from a controller by
$this->load->view('results/displayTrends_Child', $data, TRUE);
I get a blank page. However, if I call by using displayView, it loads (though with unwanted headers and footers from the rest of the application).
What's the solution to this ? (I'm pretty sure its not HTML).