diff --git a/lib_tablesorter.php b/lib_tablesorter.php index 3a5540f..3251151 100644 --- a/lib_tablesorter.php +++ b/lib_tablesorter.php @@ -4,9 +4,9 @@ class lib_tablesorter extends \LIB\lib_jscss{ public static function get_class(){ return self::class;} public static function js_path(){ - return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'/tablesorter/lib/dist/js/jquery.tablesorter.min.js');} + return new \SYSTEM\PLIB('/tablesorter/lib/dist/js/jquery.tablesorter.min.js');} public static function css_path(){ - return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'/tablesorter/lib/dist/css/jquery.tablesorter.pager.min.css');} + return new \SYSTEM\PLIB('/tablesorter/lib/dist/css/jquery.tablesorter.pager.min.css');} public static function version(){ return 'https://github.com/Mottie/tablesorter (commit: ?)';} } \ No newline at end of file