diff --git a/core/core.php b/core/core.php index 96ed2eb1..06a68d2e 100644 --- a/core/core.php +++ b/core/core.php @@ -707,11 +707,7 @@ class common { PHP_EOL . '# ZWII CONFIG ---------' . PHP_EOL . 'User-agent: *' . PHP_EOL . - // 'Disallow: /core/' . PHP_EOL . - // 'Disallow: /module/' .PHP_EOL . - 'Disallow: /site/data/' .PHP_EOL . - 'Disallow: /site/tmp/' .PHP_EOL . - 'Disallow: /site/backup/' .PHP_EOL . + 'Disallow: /site/' .PHP_EOL . 'Allow: /site/file/' .PHP_EOL . 'Sitemap: ' . helper::baseUrl(false) . 'sitemap.xml' . PHP_EOL . 'Sitemap: ' . helper::baseUrl(false) . 'sitemap.xml.gz' . PHP_EOL . diff --git a/core/layout/main.php b/core/layout/main.php index 9c7f1380..fc269725 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -190,7 +190,7 @@ ) ) { $position = 'site'; } else { $position = 'body'; - //echo ''; + echo ''; } ?> @@ -245,7 +245,10 @@ - + getData(['theme', 'footer', 'position']) === 'site') { + echo ''; + } ?>
showScript();?>