inc/stylesheet.php is now deprecated + introduced loadStyleSheets() to
[mailer.git] / inc / filters.php
index 7d09db69cc978552f05cb662c8e9057e195d2e8e..cff23e8a9f9247dd37a796596a3b68b417021aaa 100644 (file)
@@ -1161,7 +1161,7 @@ function FILTER_LOAD_PAGE_HEADER () {
 // Filter for adding style sheet, closing page header
 function FILTER_FINISH_PAGE_HEADER () {
        // Include stylesheet
-       loadIncludeOnce('inc/stylesheet.php');
+       loadStyleSheets();
 
        // Closing HEAD tag
        $GLOBALS['__page_header'] .= '</head>';