X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=css.php;h=45ad87d9543b2230d700e8ee62fa50a856965471;hp=714848650a4749470773d05efef9998abfd43b89;hb=00797d46cc0b7e2c4e8c084eb4c6ac26cd0336e1;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361 diff --git a/css.php b/css.php index 714848650a..45ad87d954 100644 --- a/css.php +++ b/css.php @@ -57,13 +57,13 @@ require('inc/config-global.php'); sendHeader('Content-type: text/css'); // Load header -loadInclude('inc/header.php'); +loadIncludeOnce('inc/header.php'); // Load CSS code loadInclude('inc/stylesheet.php'); // Load footer -loadInclude('inc/footer.php'); +loadIncludeOnce('inc/footer.php'); // ?>