Silly question from some one new to Fuel CMS and Codeigniter
I am sure there is a simple way of doing this but I'm just not sure of the correct way to implement. I have created a module called personnel and a page layout of the same name.
I wish to connect personnel module to the page layout, so that when I create a new page using the personnel layout. the personnel module data module is used as well as the fuel page module.
Thanks in advance
Comments
http://docs.getfuelcms.com/general/pages-variables#specifying_a_view
In your case the "view" file would be the "layout" file (e.g. fuel/applications/views/_layouts/personnel.php: