new caching system implemented, updated system reference
This commit is contained in:
parent
9e05e239c1
commit
c25a1106e6
@ -4,9 +4,9 @@ class lib_flexslider extends \LIB\lib_jscss{
|
|||||||
public static function get_class(){
|
public static function get_class(){
|
||||||
return self::class;}
|
return self::class;}
|
||||||
public static function js_path(){
|
public static function js_path(){
|
||||||
return \SYSTEM\WEBPATH(new \PLIB(),'flexslider/lib/jquery.flexslider-min.js');}
|
return new \PLIB('flexslider/lib/jquery.flexslider-min.js');}
|
||||||
public static function css_path(){
|
public static function css_path(){
|
||||||
return \SYSTEM\WEBPATH(new \PLIB(),'flexslider/lib/flexslider.less');}
|
return new \PLIB('flexslider/lib/flexslider.less');}
|
||||||
public static function version(){
|
public static function version(){
|
||||||
return '<a href="http://flexslider.woothemes.com/">2</a>';}
|
return '<a href="http://flexslider.woothemes.com/">2</a>';}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user