diff options
author | friendica <info@friendica.com> | 2015-03-28 14:53:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-28 14:53:33 -0700 |
commit | f35679dd6d606d9c9a31e9e807bd2aed8ba89641 (patch) | |
tree | fc2ec97cec58c97f1237a8e1d2b47d8bfce7e589 /view/theme/redbasic/php/theme_init.php | |
parent | 0aba609ad408faabe72826a006b8af0fe15a3c2f (diff) | |
parent | 2899c500eec19c8ad17b6819c33e0f0414bd1387 (diff) | |
download | volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.tar.gz volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.tar.bz2 volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/php/theme_init.php')
-rw-r--r-- | view/theme/redbasic/php/theme_init.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php index 498d1ee15..3179c7078 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -1,7 +1,8 @@ <?php head_add_css('library/font_awesome/css/font-awesome.min.css'); -head_add_css('library/bootstrap/css/bootstrap.min.css'); +head_add_css('library/bootstrap/css/bootstrap.min.css'); +head_add_css('library/bootstrap-tagsinput/bootstrap-tagsinput.css'); head_add_css('view/css/bootstrap-red.css'); head_add_css('library/datetimepicker/jquery.datetimepicker.css'); //head_add_css('library/colorpicker/css/colorpicker.css'); @@ -10,6 +11,7 @@ require_once('view/php/theme_init.php'); head_add_js('library/bootstrap/js/bootstrap.min.js'); head_add_js('library/bootbox/bootbox.min.js'); +head_add_js('library/bootstrap-tagsinput/bootstrap-tagsinput.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'); |