This is my code where i used template to add css file.And my folder structure is
- application
- system
- public
- --css \[code\]$this->load->library('template'); $tmp = new CI_Template(); $tmp->template->add_css('/public/css/general.css', TRUE);$this->load->view('main');\[/code\]
- application
- system
- public
- --css \[code\]$this->load->library('template'); $tmp = new CI_Template(); $tmp->template->add_css('/public/css/general.css', TRUE);$this->load->view('main');\[/code\]