updated font awesome to 4.7, included submodule instead of bare files, 8e8e659341

This commit is contained in:
Ulf Gebhardt 2017-11-17 12:57:14 +01:00
parent 71eaa1b02f
commit 3a674b7e93
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "lib"]
path = lib
url = git@github.com:FortAwesome/Font-Awesome.git

1
lib Submodule

@ -0,0 +1 @@
Subproject commit 8e8e659341916ad8a551835c43b30395cd90f489

View File

@ -6,5 +6,5 @@ class lib_font_awesome extends \LIB\lib_css{
public static function css_path(){ public static function css_path(){
return new \PLIB('font_awesome/lib/css/font-awesome.min.css');} return new \PLIB('font_awesome/lib/css/font-awesome.min.css');}
public static function version(){ public static function version(){
return '<a href="https://github.com/FortAwesome/Font-Awesome/commit/5ad6a98a54873dfdbadb0639405cdb0660bc6092">github commit</a>';} return '<a href="https://github.com/FortAwesome/Font-Awesome/commit/8e8e659341916ad8a551835c43b30395cd90f489">commit 8e8e659341916ad8a551835c43b30395cd90f489</a>';}
} }