How to add JS and CSS to FuelCMS Backend

edited March 2014 in News & Announcements
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

  • edited 6:54PM
    Try using $config['xtra_css'] instead of $config['fuel_css']. There is no fuel_css parameter.
Sign In or Register to comment.