forked from ZwiiCMS-Team/ZwiiCMS
10.2.dev40 theme menu active textcolor non définie
This commit is contained in:
parent
ed8f77755e
commit
624dae23c1
@ -39,7 +39,7 @@ class common {
|
||||
const ACCESS_TIMER = 1800;
|
||||
|
||||
// Numéro de version
|
||||
const ZWII_VERSION = '10.2.00.dev39';
|
||||
const ZWII_VERSION = '10.2.00.dev40';
|
||||
const ZWII_UPDATE_CHANNEL = "v10";
|
||||
|
||||
public static $actions = [];
|
||||
@ -1332,6 +1332,11 @@ class common {
|
||||
$this->setData(['theme','footer','displayMemberAccount',false]);
|
||||
$this->setData(['theme','footer','displayMemberLogout',false]);
|
||||
$this->setData(['core', 'dataVersion', 10200]);
|
||||
// Thème Menu : couleur de page active non définie
|
||||
if (!$this->getData(['theme','menu','activeTextColor']) ) {
|
||||
$this->setData(['theme','menu','activeTextColor', $this->getData(['theme','menu','textColor']) ]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user