getData(['theme', 'footer', 'socialsPosition']) === '1') {
$layout->showSocials(); }
if($this->getData(['theme', 'footer', 'textPosition']) === '1') {
$layout->showFooterText(); }
if($this->getData(['theme', 'footer', 'copyrightPosition']) === '1') {
$layout->showCopyright(); }
?>
getData(['theme', 'footer', 'socialsPosition']) === '2') {
$layout->showSocials(); }
if($this->getData(['theme', 'footer', 'textPosition']) === '2') {
$layout->showFooterText(); }
if($this->getData(['theme', 'footer', 'copyrightPosition']) === '2') {
$layout->showCopyright(); }
?>
getData(['theme', 'footer', 'socialsPosition']) === '3') {
$layout->showSocials(); }
if($this->getData(['theme', 'footer', 'textPosition']) === '3') {
$layout->showFooterText(); }
if($this->getData(['theme', 'footer', 'copyrightPosition']) === '3') {
$layout->showCopyright(); }
?>