diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-12-08 16:45:23 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-12-08 16:45:23 +0100 |
commit | 7b248e0b899c9ddfba286d55082e99348657d713 (patch) | |
tree | 68c60237d68ab17b7f70dac42891ef651bfe041e /view/php | |
parent | b8454cbd1df76bb96af6a6d65ff40f08f6919dc5 (diff) | |
parent | 18defb2984db8447a43de6bcffb3bdc5e596a8e0 (diff) | |
download | volse-hubzilla-7b248e0b899c9ddfba286d55082e99348657d713.tar.gz volse-hubzilla-7b248e0b899c9ddfba286d55082e99348657d713.tar.bz2 volse-hubzilla-7b248e0b899c9ddfba286d55082e99348657d713.zip |
Merge branch 'bootstrap'
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 42badc01d..e0992f0f0 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.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'); @@ -12,6 +14,8 @@ head_add_css('library/colorbox/colorbox.css'); head_add_css('view/css/conversation.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'); |