<?php $this->load->view('front/layouts/index_header'); $this->load->view('front/'.$content); $this->load->view('front/layouts/index_footer');