Weird loading of default header
I am sure i did not load the default header.php under block folder.
i am using <?php $this->load->view('_blocks/sgheader')?> which is my header
but strangely the header.php is auto loaded each time and i have to enforce a $vars['layout']="" in the controller to make header.php loading gone.
I only have problem in one of the page, but for other page i do not have the same problem.
Comments
1. Are the pages created in the CMS or are they view files?
2. Are there both view files and pages created in the CMS with the same location?
3. Is there anything specified in a variables file that may be effecting the layout (more on variable files can be found here http://docs.getfuelcms.com/general/pages-variables)