updated bootstrap lib structure
This commit is contained in:
parent
06a8d04394
commit
7ec24da73d
3
autoload.inc
Normal file
3
autoload.inc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
\SYSTEM\autoload::registerFolder(dirname(__FILE__),'LIB');
|
||||||
|
\LIB\lib_controll::register('\LIB\lib_bootstrap');
|
||||||
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
0
js/bootstrap.js → lib/js/bootstrap.js
vendored
0
js/bootstrap.js → lib/js/bootstrap.js
vendored
12
lib_bootstrap.php
Normal file
12
lib_bootstrap.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
namespace LIB;
|
||||||
|
class lib_bootstrap extends \LIB\lib_jscss{
|
||||||
|
public static function get_class(){
|
||||||
|
return self::class;}
|
||||||
|
public static function js_path(){
|
||||||
|
return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'/bootstrap/lib/js/bootstrap.min.js');}
|
||||||
|
public static function css_path(){
|
||||||
|
return \SYSTEM\WEBPATH(new \SYSTEM\PLIB(),'/bootstrap/lib/css/bootstrap.min.css');}
|
||||||
|
public static function version(){
|
||||||
|
return '3.3.4';}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user