I found this on a website,
css_loader.php
hey have you checked if your server appends a few lines to your code (for example an analytics code) . if so you must add a rule in .htaccess that stops the server for adding lines to your code. this can be done by adding this to .htaccess - "php_value auto_append_file none" without quotes of course . i hope this helps