diff --git a/chat.php b/chat.php index cc936f9..df5d933 100644 --- a/chat.php +++ b/chat.php @@ -339,7 +339,7 @@ function print_start($class='', $ref=0, $url=''){ print_stylesheet(); } echo ""; - if(($externalcss=get_setting('externalcss'))!=''){ + if($class!=='init' && ($externalcss=get_setting('externalcss'))!=''){ //external css - in body to make it non-renderblocking echo ""; }