]> git.mxchange.org Git - mailer.git/blobdiff - css.php
Last references to now replaced with mergeConfig()
[mailer.git] / css.php
diff --git a/css.php b/css.php
index 9e73bd618a847d057ae32873d6035a305c9136bd..9efdc9588be4fbfcf49f22d4dd7e0652010767f2 100644 (file)
--- a/css.php
+++ b/css.php
@@ -58,13 +58,13 @@ header("Content-type: text/css");
 require("inc/config.php");
 
 // Load header
-LOAD_INC_ONCE("inc/header.php");
+LOAD_INC("inc/header.php");
 
 // Load CSS code
-LOAD_INC_ONCE("inc/stylesheet.php");
+LOAD_INC("inc/stylesheet.php");
 
 // Load footer
-LOAD_INC_ONCE("inc/footer.php");
+LOAD_INC("inc/footer.php");
 
 //
 ?>