diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-05 21:26:20 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-05 21:26:20 +0100 |
commit | cf840bee117861360def05825755e568be35b095 (patch) | |
tree | 3f6a9a4aa6497f4a8ddbe7a898262bfbaa22356b | |
parent | 6d0832e693d99cd14b1e9fdde7fbc2931c301d1a (diff) | |
download | volse-hubzilla-cf840bee117861360def05825755e568be35b095.tar.gz volse-hubzilla-cf840bee117861360def05825755e568be35b095.tar.bz2 volse-hubzilla-cf840bee117861360def05825755e568be35b095.zip |
Remove reference to non-existing colorbox.css
-rw-r--r-- | view/php/theme_init.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 93a07ed5f..d43a87046 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -5,7 +5,6 @@ require_once('include/plugin.php'); head_add_css('library/tiptip/tipTip.css'); head_add_css('library/jgrowl/jquery.jgrowl.css'); head_add_css('library/jRange/jquery.range.css'); -head_add_css('library/colorbox/colorbox.css'); head_add_css('view/css/conversation.css'); head_add_css('view/css/widgets.css'); |