diff options
author | marijus <mario@localhost.localdomain> | 2013-12-04 23:32:49 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-04 23:32:49 +0100 |
commit | 82388465e4d87816a01fc93fa062b722515256a0 (patch) | |
tree | 33783f4e933d6c5a46db36fef795b7144d204cff /view/php | |
parent | 7187c493e16abc98a8e1ed53d63a3d93e63db4af (diff) | |
download | volse-hubzilla-82388465e4d87816a01fc93fa062b722515256a0.tar.gz volse-hubzilla-82388465e4d87816a01fc93fa062b722515256a0.tar.bz2 volse-hubzilla-82388465e4d87816a01fc93fa062b722515256a0.zip |
split conversation.css out of style.css
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 f49b9c043..42badc01d 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -9,6 +9,7 @@ head_add_css('library/jslider/css/jslider.css'); 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_js('js/jquery.js'); head_add_js('js/jquery-migrate-1.1.1.js'); |