X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=0.2.1%2Finc%2Fstylesheet.php;h=b63e94db6ed762c4cec93035db7205a5f598a490;hb=7bc25dd08431c94ce9edca131d56c1a36b13c28a;hp=f77419cf2ebde19540b8a709356c3a95c0ee454a;hpb=157ee010917df5ca07e6d31b42f67417b2516d74;p=mailer.git diff --git a/0.2.1/inc/stylesheet.php b/0.2.1/inc/stylesheet.php index f77419cf2e..b63e94db6e 100644 --- a/0.2.1/inc/stylesheet.php +++ b/0.2.1/inc/stylesheet.php @@ -1,109 +1,109 @@ - 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 (""); -} - -// -?> + 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 (""); +} + +// +?>