diff --git a/core/core.php b/core/core.php index 3ae75036..7a4a6e42 100755 --- a/core/core.php +++ b/core/core.php @@ -44,7 +44,7 @@ class common { const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '10.5.02'; + const ZWII_VERSION = '10.6.00'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; @@ -2134,6 +2134,11 @@ class core extends common { 'style' => file_get_contents($stylePath) ]); } + if ($output['style']) { + $this->addOutput([ + 'style' => $this->output['style'] . file_get_contents($output['style']) + ]); + } // JS $scriptPath = $modulePath . 'module/' . $moduleId . '/view/' . $output['view'] . '/' . $output['view'] . '.js.php'; if(file_exists($scriptPath)) {