X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fstylesheet.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hp=edebd693fc049fa65e7de754849e9a217f4c9475;hb=f40ee6b3fe47308625f3490dedb1c52174ddf9f1;hpb=e6e3183f794b385f5acc38b371c220cc35cdac38 diff --git a/inc/stylesheet.php b/inc/stylesheet.php index edebd693fc..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 ?>