Welcome Guest, Not a member yet? Register   Sign In
Loading views from some other folder
#2

[eluser]CroNiX[/eluser]
Why can't you do the same thing in the views directory?

-Application
--Views
---Theme1
----header.php
----footer.php
---Theme2
----header.php
----footer.php
Code:
$theme_name = 'Theme1';
$this->load->view($theme_name . '/footer')
Just store their theme choice in a cookie or something and if there isn't a cookie have a default.


Messages In This Thread
Loading views from some other folder - by El Forum - 04-08-2011, 01:30 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:30 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:37 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:40 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:44 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:49 AM
Loading views from some other folder - by El Forum - 04-08-2011, 11:54 AM
Loading views from some other folder - by El Forum - 04-08-2011, 12:05 PM
Loading views from some other folder - by El Forum - 04-08-2011, 12:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB