My (header,footer) and js,css,image,favicon load only in index method not in other in codeigniter
问题 I am new to code igniter and integrating bootstrap template with code igniter. i have created several pages in template already and try to integrate it with CI. my css and js structure like below: application assets css/style.css js/min.js img/imagename.jpg My controller file as below <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Welcome extends CI_Controller { public function index() { $this->load->helper('url'); $this->load->view('templates/header'); $this-