Welcome Guest, Not a member yet? Register   Sign In
Changing templates location folder
#2

[eluser]Jamie Rumbelow[/eluser]
You can set this value in your application's code (AFTER the loader has been initialised) by setting the $_ci_view_path variable on the Loader class:

Code:
$this->load->_ci_view_path = dirname(__FILE__) . '/templates';


Messages In This Thread
Changing templates location folder - by El Forum - 11-26-2009, 12:30 PM
Changing templates location folder - by El Forum - 11-26-2009, 01:27 PM
Changing templates location folder - by El Forum - 11-26-2009, 01:38 PM
Changing templates location folder - by El Forum - 11-26-2009, 01:56 PM
Changing templates location folder - by El Forum - 11-26-2009, 02:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB