]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rallye_functions.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / libs / rallye_functions.php
index 4389864886a7960d21cee430ff6d6e713bb377d1..fb4fa4a8a52d3e76189db83dbd50a156b8e595b7 100644 (file)
@@ -695,7 +695,7 @@ function RALLYE_TEMPLATE_SELECTION($name="template", $default="")
 {
        // Check templates directory
        $OUT = ""; $ral = array();
-       $BASE = sprintf("%stemplates/%s/html/rallye/", PATH, GET_LANGUAGE());
+       $BASE = sprintf("%stemplates/%s/html/rallye/", constant('PATH'), GET_LANGUAGE());
        $dir = opendir($BASE);
        while ($read = readdir($dir))
        {