Skip to content

Instantly share code, notes, and snippets.

@martisj
Created March 11, 2012 11:18
Show Gist options
  • Save martisj/2016062 to your computer and use it in GitHub Desktop.
Save martisj/2016062 to your computer and use it in GitHub Desktop.
array is getting output on top and bottom of page
<?php $this->load->view('includes/header', $header); ?>
<?php $this->load->view($view_to_load, $main_content); ?>
<?php $this->load->view('includes/footer', $footer); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment