diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-16 10:26:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-16 10:26:47 +0200 |
commit | 28a7458e48d45bfa1e0a3df9ba0a5f7c13b3809b (patch) | |
tree | 7b13533527f03baee8d9cc4b339b535462ae7ada /view/php/theme_init.php | |
parent | 05ed20d336c505520fde94e44789d817d136c6f4 (diff) | |
parent | d457f11717da40f44d98eeba5b88e6f1e5636247 (diff) | |
download | volse-hubzilla-28a7458e48d45bfa1e0a3df9ba0a5f7c13b3809b.tar.gz volse-hubzilla-28a7458e48d45bfa1e0a3df9ba0a5f7c13b3809b.tar.bz2 volse-hubzilla-28a7458e48d45bfa1e0a3df9ba0a5f7c13b3809b.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'view/php/theme_init.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 648b144b3..e9ba2aa05 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -10,6 +10,7 @@ head_add_css('view/css/conversation.css'); head_add_css('view/css/widgets.css'); head_add_css('view/css/colorbox.css'); head_add_css('library/justifiedGallery/justifiedGallery.min.css'); +head_add_css('library/Text_Highlighter/sample.css'); head_add_js('jquery.js'); //head_add_js('jquery-migrate-1.1.1.js'); |