X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=e19231f39d9d6583cc5753dbd2638c597957fdd1;hp=a8e5748a83fa29127d9805fc3daab90587863f85;hpb=ad851a23313d8ac6489a759a0f3d62e3bc6f4682;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index a8e5748a83..f551ef47b7 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -1,93 +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 ?>