Welcome Guest, Not a member yet? Register   Sign In
make theme
#1

[eluser]Unknown[/eluser]
hello guys i'm newbiew from indonesia

bacground desktop programming, want migrasi to CI, please solution to make theme in ci

thank for all


to ci from indonesia please add me
ym id: santet.online
#2

[eluser]Colin Williams[/eluser]
One way is to use theme subfolders in your view directory:

Code:
application/
   views/
      greentheme/
      bluetheme/

You will then have a setting or config item for the theme to be used, and you need to use it when loading your views.

Code:
$this->load->view(config_item('theme_dir') .'header', $header_data);
$this->load->view(config_item('theme_dir') .'page', $page_data);




Theme © iAndrew 2016 - Forum software by © MyBB