N°2269 Font Awesome v5 : move back lib from /lib to /css

Thanks to the team, yeah you're right, this wasn't a good idea (did because there is a way to use Font Awesome in JS, but we'll see if we do so in the future, for now we don't :) )
This commit is contained in:
Pierre Goiffon
2019-07-19 10:00:34 +02:00
parent 33cb4fd42b
commit 2b955ddd53
20 changed files with 4 additions and 4 deletions

View File

@@ -240,8 +240,8 @@ function DoInstall(WebPage $oPage)
$oPage->add('</div>'); // module-selection-body
$oPage->add_linked_stylesheet('../lib/font-awesome/css/all.min.css');
$oPage->add_linked_stylesheet('../lib/font-awesome/css/v4-shims.min.css');
$oPage->add_linked_stylesheet('../css/font-awesome/css/all.min.css');
$oPage->add_linked_stylesheet('../css/font-awesome/css/v4-shims.min.css');
$oPage->add('<div id="hub_installation_widget"></div>');