forked from ZwiiCMS-Team/ZwiiCMS
dev18 erreur de type loginlink
This commit is contained in:
parent
5231073402
commit
5beaa81864
@ -389,7 +389,7 @@ class theme extends common {
|
|||||||
'fontSize' => $this->getInput('themeMenuFontSize'),
|
'fontSize' => $this->getInput('themeMenuFontSize'),
|
||||||
'fontWeight' => $this->getInput('themeMenuFontWeight'),
|
'fontWeight' => $this->getInput('themeMenuFontWeight'),
|
||||||
'height' => $this->getInput('themeMenuHeight'),
|
'height' => $this->getInput('themeMenuHeight'),
|
||||||
'loginLink' => $this->getInput('themeMenuLoginLink'),
|
'loginLink' => $this->getInput('themeMenuLoginLink', helper::FILTER_BOOLEAN),
|
||||||
'margin' => $this->getInput('themeMenuMargin', helper::FILTER_BOOLEAN),
|
'margin' => $this->getInput('themeMenuMargin', helper::FILTER_BOOLEAN),
|
||||||
'position' => $this->getInput('themeMenuPosition'),
|
'position' => $this->getInput('themeMenuPosition'),
|
||||||
'textAlign' => $this->getInput('themeMenuTextAlign'),
|
'textAlign' => $this->getInput('themeMenuTextAlign'),
|
||||||
|
Loading…
Reference in New Issue
Block a user