Upload page and body variable

edited September 2014 in Share
Hi, quick question. I have set up the following in a home layout:

<?php $this->load->view('_blocks/header')?>
<?php $this->load->view('_blocks/banner')?>
<?php echo fuel_var('body', ''); ?>
<?php $this->load->view('_blocks/footer')?>

1. I have a home view different from home layout
2. I've uploaded view but I can't see the body RTE
3. Page displays fine but I can't edit text in CMS

What am I not doing? Thank you.

Comments

Sign In or Register to comment.