updated font awesome to 4.7, included submodule instead of bare files, 8e8e659341
This commit is contained in:
parent
71eaa1b02f
commit
3a674b7e93
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "lib"]
|
||||||
|
path = lib
|
||||||
|
url = git@github.com:FortAwesome/Font-Awesome.git
|
||||||
1
lib
Submodule
1
lib
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 8e8e659341916ad8a551835c43b30395cd90f489
|
||||||
@ -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>';}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user