]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / stylesheet.php
index c93b50b02cd6f3b1195aa455de879d467b749a21..4840655c2645ff9e6bb4bfa46ffaedf4b8ed67b9 100644 (file)
@@ -59,7 +59,7 @@ if (($CSS == "1") || (getConfig('css_php') == "DIRECT")) {
        // Output inclusion lines
        foreach ($STYLES as $value) {
                // Only include found CSS files (to reduce 404 requests)
-               $BASE = sprintf("%stheme/%s/css/", PATH, GET_CURR_THEME());
+               $BASE = sprintf("%stheme/%s/css/", constant('PATH'), GET_CURR_THEME());
                $file = $BASE.$value;
 
                // Do include only existing files and whose are not empty