* @see https://codeigniter.com/user_guide/general/urls.html */ public function index() { $adm_template = 'sb_admin'; $this->template->load('admin/' . $adm_template); } }