forked from ZwiiCMS-Team/ZwiiCMS
[9.0.04.dev.b] Theme option menu site
This commit is contained in:
parent
7d3ea91872
commit
02d4ed998a
@ -110,7 +110,8 @@
|
||||
if ($this->getData(['theme','header','linkHome'])){echo "</a>";} ?>
|
||||
<?php endif; ?>
|
||||
<?php if(
|
||||
$this->getData(['theme', 'menu', 'position']) === 'site-second'
|
||||
$this->getData(['theme', 'menu', 'position']) === 'site-second' ||
|
||||
$this->getData(['theme', 'menu', 'position']) === 'site'
|
||||
// Affiche toujours le menu pour l'édition du thème
|
||||
OR (
|
||||
$this->getData(['theme', 'menu', 'position']) === 'hide'
|
||||
|
@ -141,9 +141,10 @@ class theme extends common {
|
||||
'hide' => 'Caché'
|
||||
];
|
||||
public static $menuPositionsBody = [
|
||||
'top' => 'Au-dessus et en-dehors du site',
|
||||
'body-first' => 'Au dessus du site avant la bannière',
|
||||
'body-second' => 'Au dessus du site après la bannière',
|
||||
'top' => 'Au-dessus et en-dehors du site',
|
||||
'site' => 'Dans le site',
|
||||
'hide' => 'Caché'
|
||||
];
|
||||
public static $radius = [
|
||||
|
Loading…
Reference in New Issue
Block a user