[SITE] new mobile menu (plain CSS) & removed animation assets of bootstrap
This commit is contained in:
parent
2ecf9ea656
commit
1544f888ca
21 changed files with 176 additions and 124 deletions
|
@ -9,7 +9,7 @@
|
|||
// -------------------------------------------
|
||||
|
||||
// available switches:
|
||||
$switches = array("bs_util", "bs_collapse", "bs_carousel", "plg_masonry");
|
||||
$switches = array("bs_util", "bs_carousel", "plg_masonry");
|
||||
$jquery = false;
|
||||
|
||||
foreach ($switches as $switch) {
|
||||
|
@ -31,9 +31,6 @@ foreach ($switches as $switch) {
|
|||
if($bs_util) {
|
||||
echo js('assets/vendors/bootstrap/js/dist/util.js');
|
||||
}
|
||||
if($bs_collapse) {
|
||||
echo js('assets/vendors/bootstrap/js/dist/collapse.js');
|
||||
}
|
||||
if($bs_carousel) {
|
||||
echo js('assets/vendors/bootstrap/js/dist/carousel.js');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue