]> git.mxchange.org Git - mailer.git/blobdiff - css.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / css.php
diff --git a/css.php b/css.php
index 3babf5ce26356ea6ac7d5ba34e340fc4d475ea06..2c9c3369f8537fb88a85566ecb8192d065fcb644 100644 (file)
--- a/css.php
+++ b/css.php
@@ -57,13 +57,13 @@ header('Content-type: text/css');
 require('inc/config.php');
 
 // Load header
 require('inc/config.php');
 
 // Load header
-LOAD_INC('inc/header.php');
+loadInclude('inc/header.php');
 
 // Load CSS code
 
 // Load CSS code
-LOAD_INC('inc/stylesheet.php');
+loadInclude('inc/stylesheet.php');
 
 // Load footer
 
 // Load footer
-LOAD_INC('inc/footer.php');
+loadInclude('inc/footer.php');
 
 //
 ?>
 
 //
 ?>