Migration of stelzi's commit 1022 with some changes so we have a nicer code. See...
[mailer.git] / css.php
diff --git a/css.php b/css.php
index 714848650a4749470773d05efef9998abfd43b89..45ad87d9543b2230d700e8ee62fa50a856965471 100644 (file)
--- 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');
 
 //
 ?>