setVariables($variablesTheme); // Rends ces couleurs utilisables dans style.less // If style.min.css exists if (file_exists("style.min.css")) // And if it's older than the theme config if (filemtime("themes/" . $theme . "/theme.php") > filemtime("style.min.css")) // Then delete it unlink("style.min.css"); // Compile, minimise et met en cache style.less dans style.min.css $less->setFormatter("compressed"); $less->checkedCompile("style.less", "style.min.css"); ?> ' . "\n"; } ?>