Welcome Guest, Not a member yet? Register   Sign In
Themes support for CI (native style)
#1

[eluser]Vangelis B[/eluser]
Hello people. I've released a library which provides themes support for CI in a native style.

For example to load a theme you just do:
$this->load->theme('theme_name');

In your views you can load css and javascript files like this:
$this->load->css('path/file.css');
$this->load->js('path/file.js');

Check it out and let me know what you think:
http://bit.ly/p9e2vs




Theme © iAndrew 2016 - Forum software by © MyBB