CodeIgniter Forums
How to setup a theme based engine - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How to setup a theme based engine (/showthread.php?tid=59352)



How to setup a theme based engine - El Forum - 09-23-2013

[eluser]razerone[/eluser]
Hi.

I am trying to set up my files to look like this

application > models
application > controllers
application > language > english
application > view >
application > view > theme > default

the core and config folders would be moved into system > engine folder.

system >
system > engine
system > all other system folders would be still in system folder.

I have tried to do that but says a error when have moved the core and config folders.


How to setup a theme based engine - El Forum - 09-24-2013

[eluser]PravinS[/eluser]
you need to set proper application and system path in index.php file


How to setup a theme based engine - El Forum - 09-24-2013

[eluser]razerone[/eluser]
Do you know of there is a one made up like that all ready? Just need something to learn off.