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'),
|
||||
'fontWeight' => $this->getInput('themeMenuFontWeight'),
|
||||
'height' => $this->getInput('themeMenuHeight'),
|
||||
'loginLink' => $this->getInput('themeMenuLoginLink'),
|
||||
'loginLink' => $this->getInput('themeMenuLoginLink', helper::FILTER_BOOLEAN),
|
||||
'margin' => $this->getInput('themeMenuMargin', helper::FILTER_BOOLEAN),
|
||||
'position' => $this->getInput('themeMenuPosition'),
|
||||
'textAlign' => $this->getInput('themeMenuTextAlign'),
|
||||
|
Loading…
Reference in New Issue
Block a user