diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-07 11:26:02 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-07 11:26:02 +0200 |
commit | 54fa28441c5f0bdcd9687615f4a6b7a0fab024a3 (patch) | |
tree | 33866b82c7ba3a6f6ecb9e6ca69233fc65379b43 /Zotlabs/Render | |
parent | bb42ec2bfc0826dde3e3915566c4689762b128d7 (diff) | |
download | volse-hubzilla-54fa28441c5f0bdcd9687615f4a6b7a0fab024a3.tar.gz volse-hubzilla-54fa28441c5f0bdcd9687615f4a6b7a0fab024a3.tar.bz2 volse-hubzilla-54fa28441c5f0bdcd9687615f4a6b7a0fab024a3.zip |
install bootstrap via composer
Diffstat (limited to 'Zotlabs/Render')
-rw-r--r-- | Zotlabs/Render/Comanche.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Render/Comanche.php b/Zotlabs/Render/Comanche.php index f58dba60e..cf87cc7d7 100644 --- a/Zotlabs/Render/Comanche.php +++ b/Zotlabs/Render/Comanche.php @@ -441,7 +441,7 @@ class Comanche { $path = 'view/js/jquery.js'; break; case 'bootstrap': - $path = 'library/bootstrap/js/bootstrap.min.js'; + $path = 'vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js'; break; case 'foundation': $path = 'library/foundation/js/foundation.js'; @@ -466,7 +466,7 @@ class Comanche { switch($s) { case 'bootstrap': - $path = 'library/bootstrap/css/bootstrap.min.css'; + $path = 'vendor/twbs/bootstrap/dist/css/bootstrap.min.css'; break; case 'foundation': $path = 'library/foundation/css/foundation.min.css'; |