aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/theme_init.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-25 16:29:00 -0800
committerfriendica <info@friendica.com>2014-02-25 16:29:00 -0800
commit9a2e73ae1522c7e69d7d6e0ca6c1089189c6e697 (patch)
treed945e505dbbe62200c1bf4d89f8728c7fff8e1f2 /view/theme/redbasic/php/theme_init.php
parent8fd12eb122b2ca45f71ff30ce02f2544bed15a85 (diff)
downloadvolse-hubzilla-9a2e73ae1522c7e69d7d6e0ca6c1089189c6e697.tar.gz
volse-hubzilla-9a2e73ae1522c7e69d7d6e0ca6c1089189c6e697.tar.bz2
volse-hubzilla-9a2e73ae1522c7e69d7d6e0ca6c1089189c6e697.zip
move bootstrap to theme and out of core.
Diffstat (limited to 'view/theme/redbasic/php/theme_init.php')
-rw-r--r--view/theme/redbasic/php/theme_init.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php
index ccb85a070..12f49efa7 100644
--- a/view/theme/redbasic/php/theme_init.php
+++ b/view/theme/redbasic/php/theme_init.php
@@ -1,5 +1,14 @@
<?php
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');
+
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.js');
+head_add_js('library/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js');