More fixes from bugtracker issues, thanks to profi-concept
[mailer.git] / inc / stylesheet.php
index 7b83cda9532411964d94f4a7ac06f72fe8956d44..73dda5cde74ca8adaeec550287c8a02faae785b2 100644 (file)
@@ -70,8 +70,7 @@ if (($CSS == "1") || (getConfig('css_php') == "DIRECT")) {
                                        break;
 
                                case "FILE":
-                                       $load = implode("", file($file));
-                                       OUTPUT_HTML($load);
+                                       OUTPUT_HTML(READ_FILE($file));
                                        break;
                        }
                }