Beginning a conversion from 0.93 to 1.3
My home page is a static view file. Am I right in my assumption that I don't need to set up MY_fuel_layouts.php to use a layout in a static view?
It has the following <?php fuel_set_var('layout', 'home_grid'); ?>
home_grid.php is in my views/_layouts folder
So far as I can tell, it is not getting loaded
I do not get an error message
In 0.93, I had <?php fuel_set_var('layout', '_layouts/home_grid'); ?> and that worked (it does not work now)
I can successfully load blocks (from views/_blocks) and if I copy the content of my home_grid.php file into the view (display blocks and set the use fuel_set_var for css and javascript, the blocks, css, and javascript all load, so none of those seems to be the issue
Any ideas? -- I've been batting my head on this for hours
Comments