inc/stylesheet.php is now deprecated + introduced loadStyleSheets() to
[mailer.git] / css.php
diff --git a/css.php b/css.php
index f9e7af249c954c8d29ea24e29a1e2a89fb6842e6..2c2278960d9de00bc5bc5cef7fc81edca3cd229f 100644 (file)
--- a/css.php
+++ b/css.php
@@ -53,7 +53,7 @@ setContentType('text/css');
 loadPageHeader();
 
 // Load CSS code
-loadInclude('inc/stylesheet.php');
+loadStyleSheets();
 
 // Load footer
 loadPageFooter();