X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=e19231f39d9d6583cc5753dbd2638c597957fdd1;hp=10341b96e8652fcb0e7832a3922b69beca7866dd;hpb=7f104f6fe558bb56b4205241435a2357c2feece1;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 10341b96e8..f551ef47b7 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -1,101 +1,3 @@ 0)) { - switch ($_CONFIG['css_php']) { - case "DIRECT": - OUTPUT_HTML(""); - break; - - case "FILE": - $load = implode("", file($file)); - OUTPUT_HTML($load); - break; - } - } - } -} else { - // Now we load all CSS files from css.php! - OUTPUT_HTML(""); -} - -// +// @DEPRECATED ?>