What's the best way for constructing headers, and footers? Should you call it all from the controller, or include from the view file? I'm using CodeIgniter, and I'm wanting to know what's the best practice for this. Loading all the included view files from the controller, like this?What's the best way for constructing headers, a