index.php 117 Bytes Raw Blame History Permalink 1 2 3 4 5 6 <?php $this->load->view('common/header'); ?> <body> <?php $this->load->view('common/footer'); ?> </body> <html>