mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
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:
@@ -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>');
|
||||
|
||||
Reference in New Issue
Block a user