![]() |
want to setup multi theme configuration in smarty.. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: want to setup multi theme configuration in smarty.. (/showthread.php?tid=60027) |
want to setup multi theme configuration in smarty.. - El Forum - 12-31-2013 [eluser]pakistanihaider[/eluser] i am new to smarty, and i have been using codeigniter for some time, i wanted to use both of them so i can use both smarty features and codeigniter MVC. i used this integeration process.. Code: http://www.coolphptools.com/codeigniter-smarty well smarty codeigniter is working fine. but now i am interested in putting theme option, i wonder how it is possible. i know it was possible in just simple smarty as people have implemented it. but is it possible to implement it in this integrated environment and have multi theme.. i know i get little confusing. but simply i want to know how to implement multi theme in smarty and codeigniter integrated environment.. My Current templates resides where normally codeigniter views should have been. I mean Code: /system/application/views/templates here is the smarty library class that i have got.. Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); please can anyone direct me to the steps how to setup the multi theme option. |