diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-12-08 18:49:48 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-12-08 18:49:48 +0100 |
commit | 2dfd65f90b23e92da692311f2c5b7c6503e0ce25 (patch) | |
tree | 0255a9d7a6a76687aead4dee5832773ab9d5235e /view/php | |
parent | 5aa6b69320c1e53e184361490cb13e3710fbe539 (diff) | |
download | volse-hubzilla-2dfd65f90b23e92da692311f2c5b7c6503e0ce25.tar.gz volse-hubzilla-2dfd65f90b23e92da692311f2c5b7c6503e0ce25.tar.bz2 volse-hubzilla-2dfd65f90b23e92da692311f2c5b7c6503e0ce25.zip |
override bootstrap in bootstrap-red
so theme developers are not forced to change anything
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index e0992f0f0..e2c536812 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -12,6 +12,7 @@ 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'); |