add font-awesome stylesheet

pull/3019/head
Andrew Bauer 2020-08-15 15:44:54 -05:00
parent 50a1ceb48a
commit 1c558b66e7
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if ( file_exists("skins/$skin/css/$css/graphics/favicon.ico") ) {
echo output_cache_busted_stylesheet_links(array(
'css/reset.css',
'css/overlay.css',
'css/bootstrap.min.css',
'css/font-awesome.min.css',
'css/bootstrap.min.css',
'css/bootstrap-table.min.css',
));