Welcome Guest, Not a member yet? Register   Sign In
issue with including view with view
#1

[eluser]gedev2006[/eluser]
Hi

If i include a view within a view, for example a navigation bar that will be used site wide, in the controller like this:

$viewdata['navbar'] = $this->load->view ( 'templates/navbar', true );

$this->load->view ( 'home', $viewdata );


Then in the view:

<?= $navbar; ?>


The navbar doesnt seem to pick up the CSS thats included in the view ?? Any ideas?


Messages In This Thread
issue with including view with view - by El Forum - 05-04-2009, 05:01 AM
issue with including view with view - by El Forum - 05-04-2009, 05:06 AM
issue with including view with view - by El Forum - 05-04-2009, 05:07 AM
issue with including view with view - by El Forum - 05-04-2009, 06:34 AM
issue with including view with view - by El Forum - 05-04-2009, 07:18 AM
issue with including view with view - by El Forum - 05-04-2009, 07:28 AM
issue with including view with view - by El Forum - 05-04-2009, 06:52 PM
issue with including view with view - by El Forum - 05-04-2009, 07:11 PM
issue with including view with view - by El Forum - 05-04-2009, 11:31 PM
issue with including view with view - by El Forum - 05-04-2009, 11:33 PM
issue with including view with view - by El Forum - 05-05-2009, 01:40 AM
issue with including view with view - by El Forum - 05-05-2009, 01:42 AM
issue with including view with view - by El Forum - 05-05-2009, 01:45 AM
issue with including view with view - by El Forum - 05-05-2009, 05:22 AM
issue with including view with view - by El Forum - 05-05-2009, 05:29 AM
issue with including view with view - by El Forum - 05-05-2009, 05:42 AM
issue with including view with view - by El Forum - 05-05-2009, 05:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB