Hi,
I've been using '$this->fuel->pages->render('about/contact', $vars);'. Works fine, expect the pages are fuelified. It is possible to render them un-fuelified ?
How do I create Controller pages with 1.0, the following does seem to work,
$page_init = array('location' => $view_name);
$this->load->module_library(FUEL_FOLDER, 'fuel_page', $page_init);
$this->fuel_page->a…