waiguru Posted August 2, 2013 Share Posted August 2, 2013 Hi, how can you create themes in codeigniter where you can set a different theme , change layouts and maybe have a different theme for the frontend and backend. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/280766-themeing-codeigniter-apps/ Share on other sites More sharing options...
sKunKbad Posted August 6, 2013 Share Posted August 6, 2013 Look at the docs and read the part about views. You write all of your own views, which is the HTML output to the browser. Part of those views would include links to CSS, scripts, etc. So, you're not going to find anything pre-made. The whole point in using a PHP framework is to make custom apps, not just make a cookie-cutter website like Wordpress. Quote Link to comment https://forums.phpfreaks.com/topic/280766-themeing-codeigniter-apps/#findComment-1443612 Share on other sites More sharing options...
ankur0101 Posted August 20, 2013 Share Posted August 20, 2013 Probably you may need this-> https://github.com/philsturgeon/codeigniter-template Quote Link to comment https://forums.phpfreaks.com/topic/280766-themeing-codeigniter-apps/#findComment-1445931 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.