Код: Выделить всё
class My_Loader extends CI_Loader {
parent::__construct();
include(APPPATH.'config/jscss.php');
}
Подробнее здесь: https://stackoverflow.com/questions/178 ... odeigniter
Код: Выделить всё
class My_Loader extends CI_Loader {
parent::__construct();
include(APPPATH.'config/jscss.php');
}