diff options
author | Habeas Codice <habeascodice@federated.social> | 2014-11-17 15:28:36 -0800 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2014-11-17 15:28:36 -0800 |
commit | 4529c20ba81f71a92be21133384dd825cd071409 (patch) | |
tree | c3f75c6d4313f6801f41b84f9a3775ee17501185 /view/theme/redbasic/php/theme_init.php | |
parent | 333f3b17152475e780cc5a9fbedaf3b03dfb2cce (diff) | |
parent | 96427a23a3523daf2c1966fe1b8a6e119e797e50 (diff) | |
download | volse-hubzilla-4529c20ba81f71a92be21133384dd825cd071409.tar.gz volse-hubzilla-4529c20ba81f71a92be21133384dd825cd071409.tar.bz2 volse-hubzilla-4529c20ba81f71a92be21133384dd825cd071409.zip |
Merge branch 'master' of https://github.com/habeascodice/red
Diffstat (limited to 'view/theme/redbasic/php/theme_init.php')
-rw-r--r-- | view/theme/redbasic/php/theme_init.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php index 2fbca2ef0..dd4542e8a 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -4,15 +4,14 @@ head_add_css('library/font_awesome/css/font-awesome.min.css'); head_add_css('library/bootstrap/css/bootstrap-theme.min.css'); head_add_css('library/bootstrap/css/bootstrap.min.css'); head_add_css('view/css/bootstrap-red.css'); -head_add_css('library/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css'); +head_add_css('library/datetimepicker/jquery.datetimepicker.css'); //head_add_css('library/colorpicker/css/colorpicker.css'); head_add_css('library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css'); require_once('view/php/theme_init.php'); head_add_js('library/bootstrap/js/bootstrap.min.js'); head_add_js('library/bootstrap/js/bootbox.min.js'); -head_add_js('library/bootstrap-datetimepicker/js/moment.min.js'); -head_add_js('library/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js'); +head_add_js('library/datetimepicker/jquery.datetimepicker.js'); //head_add_js('library/colorpicker/js/colorpicker.js'); head_add_js('library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js'); //head_add_js('library/bootstrap-colorpicker/src/js/docs.js'); |