forked from ZwiiCMS-Team/ZwiiCMS
[9.0.07] nav disappear when header is hidden
This commit is contained in:
parent
0a642f06fe
commit
23fd7dcb41
@ -1,5 +1,10 @@
|
|||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
## Version 9.0.07
|
||||||
|
- Correction :
|
||||||
|
- Disparition du menu quand la bannière est masquée
|
||||||
|
|
||||||
|
|
||||||
## Version 9.0.06
|
## Version 9.0.06
|
||||||
- Correction :
|
- Correction :
|
||||||
- Configuration des modes de codemirror
|
- Configuration des modes de codemirror
|
||||||
|
@ -325,6 +325,8 @@ class theme extends common {
|
|||||||
case 'body' :
|
case 'body' :
|
||||||
$position = str_replace ('site','body',$this->getData(['theme','menu','position']));
|
$position = str_replace ('site','body',$this->getData(['theme','menu','position']));
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
$position = $this->getData(['theme','menu','position']);
|
||||||
}
|
}
|
||||||
$this->setData(['theme', 'menu', [
|
$this->setData(['theme', 'menu', [
|
||||||
'backgroundColor' => $this->getData(['theme', 'menu', 'backgroundColor']),
|
'backgroundColor' => $this->getData(['theme', 'menu', 'backgroundColor']),
|
||||||
|
Loading…
Reference in New Issue
Block a user