add font-awesome stylesheet
parent
50a1ceb48a
commit
1c558b66e7
|
@ -85,7 +85,7 @@ if ( file_exists("skins/$skin/css/$css/graphics/favicon.ico") ) {
|
||||||
echo output_cache_busted_stylesheet_links(array(
|
echo output_cache_busted_stylesheet_links(array(
|
||||||
'css/reset.css',
|
'css/reset.css',
|
||||||
'css/overlay.css',
|
'css/overlay.css',
|
||||||
'css/bootstrap.min.css',
|
'css/font-awesome.min.css',
|
||||||
'css/bootstrap.min.css',
|
'css/bootstrap.min.css',
|
||||||
'css/bootstrap-table.min.css',
|
'css/bootstrap-table.min.css',
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue