Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 29f91b4052 |
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
\SYSTEM\autoload::registerFolder(dirname(__FILE__),'LIB');
|
||||
\LIB\lib_controll::register('\LIB\lib_font_awesome');
|
||||
\LIB\lib_controll::register('\LIB\lib_font_awesome4');
|
||||
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
namespace LIB;
|
||||
class lib_font_awesome extends \LIB\lib_css{
|
||||
class lib_font_awesome4 extends \LIB\lib_css{
|
||||
public static function get_class(){
|
||||
return self::class;}
|
||||
public static function css_path(){
|
||||
return new \PLIB('font_awesome/lib/css/font-awesome.min.css');}
|
||||
return new \PLIB('font_awesome4/lib/css/font-awesome.min.css');}
|
||||
public static function version(){
|
||||
return '<a href="https://github.com/FortAwesome/Font-Awesome/commit/5ad6a98a54873dfdbadb0639405cdb0660bc6092">github commit</a>';}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user