getData(['theme', 'footer', 'textPosition']) === 'left') {
$layout->showFooterText(); }
?>
getData(['theme', 'footer', 'socialsPosition']) === 'left') {
$layout->showSocials(); }
?>
getData(['theme', 'footer', 'copyrightPosition']) === 'left') {
$layout->showCopyright(); }
?>
getData(['theme', 'footer', 'textPosition']) === 'center') {
$layout->showFooterText(); }
?>
getData(['theme', 'footer', 'socialsPosition']) === 'center') {
$layout->showSocials(); }
?>
getData(['theme', 'footer', 'copyrightPosition']) === 'center') {
$layout->showCopyright(); }
?>
getData(['theme', 'footer', 'textPosition']) === 'right') {
$layout->showFooterText(); }
?>
getData(['theme', 'footer', 'socialsPosition']) === 'right') {
$layout->showSocials(); }
?>
getData(['theme', 'footer', 'copyrightPosition']) === 'right') {
$layout->showCopyright();}
?>