<?php
$this->load->view($this->config->item('backendpro_template_public') . 'cc_header');
$this->load->view($this->config->item('backendpro_template_public') . 'cc_content');
$this->load->view($this->config->item('backendpro_template_public') . 'cc_footer');
/* End of file cc_container.php */
/* Location: ./system/application/views/public/cc_container.php */