[eluser]shiggins[/eluser]
Well it's pretty straightforward....here, for example, I have a menu which is supposed to be positioned in the upper right of the page. If I use load->view...the menu ends up somewhere near the bottom of the page, completely ignoring the class (headeright) rules of the containing div. On the other hand if I replace the load->view with the actual code (templates/top_menu.php), the result is as required. The strange thing is that this was working a couple of weeks ago, and now it's not, but there is no rhyme nor reason that I can see.
Code:
<!--TOP MENU-->
<div class="headeright">
<?=$this->load->view('templates/top_menu');?>