diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 94738aa2..e15205ea 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -282,7 +282,7 @@ class theme extends common { 'copyrightPosition' => $this->getInput('themeFooterCopyrightPosition'), 'textPosition' => $this->getInput('themeFooterTextPosition'), 'socialsPosition' => $this->getInput('themeFooterSocialsPosition'), - 'textTransform' => $this->getInput('themeFootererTextTransform'), + 'textTransform' => $this->getInput('themeFooterTextTransform'), 'font' => $this->getInput('themeFooterFont'), 'fontSize' => $this->getInput('themeFooterFontSize'), 'fontWeight' => $this->getInput('themeFooterFontWeight')