aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/theme_init.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r--view/php/theme_init.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 42badc01d..ffbc02e48 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -2,6 +2,8 @@
require_once('include/plugin.php');
+head_add_css('library/bootstrap/css/bootstrap-theme.min.css');
+head_add_css('library/bootstrap/css/bootstrap.min.css');
head_add_css('library/fancybox/jquery.fancybox-1.3.4.css');
head_add_css('library/tiptip/tipTip.css');
head_add_css('library/jgrowl/jquery.jgrowl.css');
@@ -10,8 +12,11 @@ head_add_css('library/prettyphoto/css/prettyPhoto.css');
head_add_css('library/colorbox/colorbox.css');
// head_add_css('library/font_awesome/css/font-awesome.min.css');
head_add_css('view/css/conversation.css');
+head_add_css('view/css/bootstrap-red.css');
head_add_js('js/jquery.js');
+head_add_js('library/bootstrap/js/bootstrap.min.js');
+head_add_js('library/bootstrap/js/bootbox.min.js');
head_add_js('js/jquery-migrate-1.1.1.js');
//head_add_js('js/jquery-compat.js');
head_add_js('js/spin.js');