How to add JS and CSS to FuelCMS Backend
I have added following code to MY_fuel.php
$config['fuel_javascript'][] = array('chosen/chosen.jquery.min.js','site_js.js');
$config['fuel_css'][] = array('abc.css');
But only my js is loading, my css file is not loading. Is there any way to add my custom css to backend.
Comments