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>";} ?>
|
if ($this->getData(['theme','header','linkHome'])){echo "</a>";} ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if(
|
<?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
|
// Affiche toujours le menu pour l'édition du thème
|
||||||
OR (
|
OR (
|
||||||
$this->getData(['theme', 'menu', 'position']) === 'hide'
|
$this->getData(['theme', 'menu', 'position']) === 'hide'
|
||||||
|
@ -141,9 +141,10 @@ class theme extends common {
|
|||||||
'hide' => 'Caché'
|
'hide' => 'Caché'
|
||||||
];
|
];
|
||||||
public static $menuPositionsBody = [
|
public static $menuPositionsBody = [
|
||||||
|
'top' => 'Au-dessus et en-dehors du site',
|
||||||
'body-first' => 'Au dessus du site avant la bannière',
|
'body-first' => 'Au dessus du site avant la bannière',
|
||||||
'body-second' => 'Au dessus du site après 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é'
|
'hide' => 'Caché'
|
||||||
];
|
];
|
||||||
public static $radius = [
|
public static $radius = [
|
||||||
|
Loading…
Reference in New Issue
Block a user