I have a custom controller that loads the page & language I need.
I made an hierarchy of pages under the views:
de/page1
de/page2
I load them by controller page/page1
But now I want to edit the specific content of that page. I have 2 blocks that I use all the time: a header and a footer.
Page1 is looking like this:
<?php $this->load->view('_blocks/de/header')?>
// HERE I WANT TO GET THE EDITABLE CONTENT OF THE PAGE...
<?php $this->load->view('_blocks/de/footer')?>
How can I get the pages in the CMS (with my own controller)? And only edit the content-part of my page?
Comments
Check out the section using Layouts in the CMS:
http://docs.getfuelcms.com/general/layouts