diff --git a/core/layout/main.php b/core/layout/main.php index 32f18d6a..51e43f29 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -44,13 +44,9 @@ ?>
- getData(['theme','menu','burgerTitle']) === true ): ?> -
getData(['locale', 'title']);?>
- + getData(['theme','menu','burgerTitle']) ? '
' . $this->getData(['locale', 'title']) . '
' : '' ;?>
- '; - } ?> + getData(['theme', 'footer', 'position']) === 'site'? '' : '';?>
showScript();?> - + \ No newline at end of file