Style perso
This commit is contained in:
parent
e2f1d5e0e3
commit
fd8a15812b
@ -44,7 +44,7 @@ class common {
|
|||||||
const ACCESS_TIMER = 1800;
|
const ACCESS_TIMER = 1800;
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '10.5.02';
|
const ZWII_VERSION = '10.6.00';
|
||||||
const ZWII_UPDATE_CHANNEL = "v10";
|
const ZWII_UPDATE_CHANNEL = "v10";
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
@ -2134,6 +2134,11 @@ class core extends common {
|
|||||||
'style' => file_get_contents($stylePath)
|
'style' => file_get_contents($stylePath)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
if ($output['style']) {
|
||||||
|
$this->addOutput([
|
||||||
|
'style' => $this->output['style'] . file_get_contents($output['style'])
|
||||||
|
]);
|
||||||
|
}
|
||||||
// JS
|
// JS
|
||||||
$scriptPath = $modulePath . 'module/' . $moduleId . '/view/' . $output['view'] . '/' . $output['view'] . '.js.php';
|
$scriptPath = $modulePath . 'module/' . $moduleId . '/view/' . $output['view'] . '/' . $output['view'] . '.js.php';
|
||||||
if(file_exists($scriptPath)) {
|
if(file_exists($scriptPath)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user