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