diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-12-08 19:06:43 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-12-08 19:06:43 +0100 |
commit | 9f185b95f5a35b841a0c1ba9b49a0b7de47cda5e (patch) | |
tree | e544dba6aceccdc9cab915a57099a4302d25410c | |
parent | 2dfd65f90b23e92da692311f2c5b7c6503e0ce25 (diff) | |
download | volse-hubzilla-9f185b95f5a35b841a0c1ba9b49a0b7de47cda5e.tar.gz volse-hubzilla-9f185b95f5a35b841a0c1ba9b49a0b7de47cda5e.tar.bz2 volse-hubzilla-9f185b95f5a35b841a0c1ba9b49a0b7de47cda5e.zip |
Minified bootstrap css
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index e2c536812..ffbc02e48 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -3,7 +3,7 @@ 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/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'); |