included lib popper, lib fontawesome, update bootstrap, system.css fixes
This commit is contained in:
parent
ebff9fbb43
commit
2779cc35e0
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -52,3 +52,9 @@
|
|||||||
[submodule "lib/jstree"]
|
[submodule "lib/jstree"]
|
||||||
path = lib/jstree
|
path = lib/jstree
|
||||||
url = ../lib_jstree.git
|
url = ../lib_jstree.git
|
||||||
|
[submodule "lib/font_awesome"]
|
||||||
|
path = lib/font_awesome
|
||||||
|
url = gogs@webcraft-media.de:webcraft/lib_font_awesome.git
|
||||||
|
[submodule "lib/popper"]
|
||||||
|
path = lib/popper
|
||||||
|
url = D:\\sources\\web\\test\\democracy\\lib\\system\\lib\\popper
|
||||||
|
|||||||
@ -17,3 +17,5 @@ require_once dirname(__FILE__).'/minify/autoload.inc';
|
|||||||
require_once dirname(__FILE__).'/phpdocumentor/autoload.inc';
|
require_once dirname(__FILE__).'/phpdocumentor/autoload.inc';
|
||||||
require_once dirname(__FILE__).'/phpdoc_md/autoload.inc';
|
require_once dirname(__FILE__).'/phpdoc_md/autoload.inc';
|
||||||
require_once dirname(__FILE__).'/jstree/autoload.inc';
|
require_once dirname(__FILE__).'/jstree/autoload.inc';
|
||||||
|
require_once dirname(__FILE__).'/popper/autoload.inc';
|
||||||
|
require_once dirname(__FILE__).'/font_awesome/autoload.inc';
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit b21ee2aa54e35388bcefbea05053045060abea8b
|
Subproject commit 792823ffaf53628ae36f2bce0b8204d10a01a66d
|
||||||
1
lib/font_awesome
Submodule
1
lib/font_awesome
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 895ccfb0b94ee4c2242ea4dd211f24bc83f3eb53
|
||||||
1
lib/popper
Submodule
1
lib/popper
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2877c08185f47caf7e9c42b6242e4f708d7725df
|
||||||
Loading…
x
Reference in New Issue
Block a user