forked from ZwiiCMS-Team/ZwiiCMS
[9.1.09] changes + commentaires dans sitemap
This commit is contained in:
parent
15d6243747
commit
867c1af1b1
@ -5,8 +5,12 @@
|
||||
- Mise en page petits écrans, modification des marges
|
||||
- Configuration du site : scripts dans header et body
|
||||
- Nouvel écran de configuration
|
||||
- Ajoute de la compression gzip et deflate dans htaccess
|
||||
- Corrections :
|
||||
- Déclaration de localisation manquante dans mail.php
|
||||
- Bug avec le formulaire
|
||||
- Désactivation direct upload dans RFM
|
||||
|
||||
|
||||
## Version 9.1.08
|
||||
- Corrections :
|
||||
|
@ -7,6 +7,7 @@
|
||||
<a href="<?php echo helper::baseUrl() . $parentId; ?>"><?php echo $this->getData(['page', $parentId, 'title']); ?></a>
|
||||
<?php
|
||||
} else {
|
||||
// page désactivée
|
||||
echo $this->getData(['page', $parentId, 'title']);
|
||||
} ?>
|
||||
<ul>
|
||||
@ -17,6 +18,7 @@
|
||||
{ ?>
|
||||
<a href="<?php echo helper::baseUrl() . $childId; ?>"><?php echo $this->getData(['page', $childId, 'title']); ?></a>
|
||||
<?php } else { ?>
|
||||
<!-- page désactivée -->
|
||||
<?php echo $this->getData(['page', $childId, 'title']); }?>
|
||||
|
||||
<!-- articles d'une sous-page blog-->
|
||||
@ -31,7 +33,6 @@
|
||||
<?php endforeach;
|
||||
} ?>
|
||||
</ul>
|
||||
<!-- -->
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
<!-- ou articles d'un blog-->
|
||||
|
Loading…
Reference in New Issue
Block a user