diff options
Diffstat (limited to 'view/php/theme_init.php')
-rw-r--r-- | view/php/theme_init.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index f2f0af5f1..e0992f0f0 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -11,6 +11,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('library/bootstrap/js/bootstrap.min.js'); @@ -51,4 +52,5 @@ head_add_js('library/colorbox/jquery.colorbox-min.js'); $channel = get_app()->get_channel(); if($channel && file_exists($channel['channel_address'] . '.js')) - head_add_js('/' . $channel['channel_address'] . '.js'); + head_add_js('/' . $channel['channel_address'] . '.js'); + |