[9.2.06] autres petites corrections
This commit is contained in:
parent
8becd89e18
commit
8de6e2af0a
@ -618,11 +618,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 .
|
||||
@ -904,7 +900,7 @@ class common {
|
||||
// Version 9.0.09
|
||||
if($this->getData(['core', 'dataVersion']) < 9009) {
|
||||
$this->setData(['core', 'dataVersion', 9009]);
|
||||
$this->SaveData();
|
||||
$this->saveData();
|
||||
}
|
||||
// Version 9.0.10
|
||||
if($this->getData(['core', 'dataVersion']) < 9010) {
|
||||
|
@ -190,7 +190,7 @@
|
||||
)
|
||||
) { $position = 'site'; } else {
|
||||
$position = 'body';
|
||||
//echo '</div>';
|
||||
echo '</div>';
|
||||
}
|
||||
?>
|
||||
<!-- Pied de page -->
|
||||
@ -245,7 +245,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<?php
|
||||
if ($this->getData(['theme', 'footer', 'position']) === 'site') {
|
||||
echo '</div>';
|
||||
} ?>
|
||||
<!-- Lien remonter en haut -->
|
||||
<div id="backToTop"><?php echo template::ico('up'); ?></div>
|
||||
<?php $layout->showScript();?>
|
||||
|
Loading…
Reference in New Issue
Block a user