Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f201c6c912
@ -1,4 +1,5 @@
|
|||||||
ChangeLog version bêta 8.3 :
|
ChangeLog version bêta 8.3 :
|
||||||
|
- 0.9.9 Correction : la bannière renvoie vers la home si l'option est active et qu'il n'y a pas de titre texte dans celle-ci.
|
||||||
- 0.9.8 Améliore la correction du bug RFM
|
- 0.9.8 Améliore la correction du bug RFM
|
||||||
- 0.9.7 Permet au menu de sortir de la largeur du site quand il est au-dessus de la bannière
|
- 0.9.7 Permet au menu de sortir de la largeur du site quand il est au-dessus de la bannière
|
||||||
- 0.9.6 Corrige l'affichage d'une erreur 404 si le contenu d'une page est supprimé
|
- 0.9.6 Corrige l'affichage d'une erreur 404 si le contenu d'une page est supprimé
|
||||||
|
@ -30,29 +30,34 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if($this->getData(['theme', 'header', 'position']) === 'body'): ?>
|
<?php if($this->getData(['theme', 'header', 'position']) === 'body'): ?>
|
||||||
<!-- Bannière dans le fond du site -->
|
<!-- Bannière dans le fond du site -->
|
||||||
|
|
||||||
|
<!-- menu image -->
|
||||||
|
<?php
|
||||||
|
if ($this->getData(['theme','header','linkHome'])){
|
||||||
|
echo "<a href='" . helper::baseUrl(false) . "'>" ;} ?>
|
||||||
|
<!-- menu image -->
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<?php if(
|
<?php if(
|
||||||
$this->getData(['theme', 'header', 'textHide']) === false
|
$this->getData(['theme', 'header', 'textHide']) === false
|
||||||
// Affiche toujours le titre de la bannière pour l'édition du thème
|
// Affiche toujours le titre de la bannière pour l'édition du thème
|
||||||
OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header')
|
OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header')
|
||||||
): ?>
|
): ?>
|
||||||
<!-- menu image -->
|
|
||||||
<?php
|
|
||||||
if ($this->getData(['theme','header','linkHome'])){
|
|
||||||
echo "<a href='" . helper::baseUrl(false) . "'>" ;} ?>
|
|
||||||
<!-- menu image -->
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span><?php echo $this->getData(['config', 'title']); ?></span>
|
<span><?php echo $this->getData(['config', 'title']); ?></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- menu image -->
|
|
||||||
<?php
|
|
||||||
if ($this->getData(['theme','header','linkHome'])){echo "</a>";}
|
|
||||||
?>
|
|
||||||
<!-- menu image -->
|
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</header>
|
</header>
|
||||||
|
<!-- menu image -->
|
||||||
|
<?php
|
||||||
|
if ($this->getData(['theme','header','linkHome'])){echo "</a>";}
|
||||||
|
?>
|
||||||
|
<!-- menu image -->
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if($this->getData(['theme', 'menu', 'position']) === 'body-second'): ?>
|
<?php if($this->getData(['theme', 'menu', 'position']) === 'body-second'): ?>
|
||||||
<!-- Menu dans le fond du site après la bannière -->
|
<!-- Menu dans le fond du site après la bannière -->
|
||||||
@ -83,27 +88,26 @@
|
|||||||
)
|
)
|
||||||
): ?>
|
): ?>
|
||||||
<!-- Bannière dans le site -->
|
<!-- Bannière dans le site -->
|
||||||
|
|
||||||
|
<!-- menu image -->
|
||||||
|
<?php
|
||||||
|
if ($this->getData(['theme','header','linkHome'])){
|
||||||
|
echo "<a href='" . helper::baseUrl(false) . "'>" ;} ?>
|
||||||
|
<!-- menu image -->
|
||||||
<header <?php if($this->getData(['theme', 'header', 'position']) === 'hide'): ?>class="displayNone"<?php endif; ?>>
|
<header <?php if($this->getData(['theme', 'header', 'position']) === 'hide'): ?>class="displayNone"<?php endif; ?>>
|
||||||
<?php if(
|
<?php if(
|
||||||
$this->getData(['theme', 'header', 'textHide']) === false
|
$this->getData(['theme', 'header', 'textHide']) === false
|
||||||
// Affiche toujours le titre de la bannière pour l'édition du thème
|
// Affiche toujours le titre de la bannière pour l'édition du thème
|
||||||
OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header')
|
OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header')
|
||||||
): ?>
|
): ?>
|
||||||
<!-- menu image -->
|
<div class="container">
|
||||||
<?php
|
<span><?php echo $this->getData(['config', 'title']); ?></span>
|
||||||
if ($this->getData(['theme','header','linkHome'])){
|
</div>
|
||||||
echo "<a href='" . helper::baseUrl(false) . "'>" ;} ?>
|
|
||||||
<div class="container">
|
|
||||||
<span><?php echo $this->getData(['config', 'title']); ?></span>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
if ($this->getData(['theme','header','linkHome'])){echo "</a>";}
|
|
||||||
?>
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<!-- menu image -->
|
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
<?php endif; ?>
|
<?php
|
||||||
|
if ($this->getData(['theme','header','linkHome'])){echo "</a>";} ?>
|
||||||
|
<?php endif; ?>
|
||||||
<?php if(
|
<?php if(
|
||||||
$this->getData(['theme', 'menu', 'position']) === 'site-second'
|
$this->getData(['theme', 'menu', 'position']) === 'site-second'
|
||||||
// Affiche toujours le menu pour l'édition du thème
|
// Affiche toujours le menu pour l'édition du thème
|
||||||
|
Loading…
Reference in New Issue
Block a user