diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-12-31 23:10:41 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-12-31 23:10:41 +0000 |
| commit | 4613b3af2066f875db959c5b92e347e2d87a0012 (patch) | |
| tree | 15f1846acbff2e95d684330444881522125a45c3 /includes/session.php | |
| parent | efa4c1ee986e8bbe3e1b4413bc6b79ab47013365 (diff) | |
| download | webtrees-4613b3af2066f875db959c5b92e347e2d87a0012.tar.gz webtrees-4613b3af2066f875db959c5b92e347e2d87a0012.tar.bz2 webtrees-4613b3af2066f875db959c5b92e347e2d87a0012.zip | |
Create RTL version of bootstrap using https://cssjanus.github.io
Diffstat (limited to 'includes/session.php')
| -rw-r--r-- | includes/session.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/session.php b/includes/session.php index 3472f10bfa..1450308d73 100644 --- a/includes/session.php +++ b/includes/session.php @@ -39,11 +39,11 @@ define('WT_VERSION', '2.0.0-dev'); // External URLs define('WT_WEBTREES_URL', 'https://www.webtrees.net/'); -define('WT_BOOTSTRAP_CSS_URL', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css'); +define('WT_BOOTSTRAP_CSS_URL', 'packages/bootstrap-4.0.0-beta.3/bootstrap.min.css'); define('WT_BOOTSTRAP_DATETIMEPICKER_CSS_URL', 'packages/bootstrap-datetimepicker-4.17.47/css/bootstrap-datetimepicker.min.css'); define('WT_BOOTSTRAP_DATETIMEPICKER_JS_URL', 'packages/bootstrap-datetimepicker-4.17.47/js/bootstrap-datetimepicker.min.js'); -define('WT_BOOTSTRAP_JS_URL', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js'); -define('WT_BOOTSTRAP_RTL_CSS_URL', 'https://raw.githubusercontent.com/GhalamborM/bootstrap4-rtl/master/bootstrap-rtl.css'); +define('WT_BOOTSTRAP_JS_URL', 'packages/bootstrap-4.0.0-beta.3/bootstrap.min.js'); +define('WT_BOOTSTRAP_RTL_CSS_URL', 'packages/bootstrap-4.0.0-beta.3/bootstrap-rtl.min.css'); define('WT_DATATABLES_JS_URL', 'packages/datatables-1.10.16/jquery.dataTables.min.js'); define('WT_DATATABLES_BOOTSTRAP_CSS_URL', 'packages/datatables-1.10.16/dataTables.bootstrap4.min.css'); define('WT_DATATABLES_BOOTSTRAP_JS_URL', 'packages/datatables-1.10.16/dataTables.bootstrap4.min.js'); |
