Correction : bannière non cliquable
en l'absence du titre du site.
This commit is contained in:
parent
3b30533ed5
commit
af2d87b198
@ -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 -->
|
||||||
<header>
|
|
||||||
<?php if(
|
|
||||||
$this->getData(['theme', 'header', 'textHide']) === false
|
|
||||||
// Affiche toujours le titre de la bannière pour l'édition du thème
|
|
||||||
OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header')
|
|
||||||
): ?>
|
|
||||||
<!-- menu image -->
|
<!-- menu image -->
|
||||||
<?php
|
<?php
|
||||||
if ($this->getData(['theme','header','linkHome'])){
|
if ($this->getData(['theme','header','linkHome'])){
|
||||||
echo "<a href='" . helper::baseUrl(false) . "'>" ;} ?>
|
echo "<a href='" . helper::baseUrl(false) . "'>" ;} ?>
|
||||||
<!-- menu image -->
|
<!-- menu image -->
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<?php if(
|
||||||
|
$this->getData(['theme', 'header', 'textHide']) === false
|
||||||
|
// Affiche toujours le titre de la bannière pour l'édition du thème
|
||||||
|
OR ($this->getUrl(0) === 'theme' AND $this->getUrl(1) === 'header')
|
||||||
|
): ?>
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span><?php echo $this->getData(['config', 'title']); ?></span>
|
<span><?php echo $this->getData(['config', 'title']); ?></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<?php endif; ?>
|
||||||
|
</header>
|
||||||
<!-- menu image -->
|
<!-- menu image -->
|
||||||
<?php
|
<?php
|
||||||
if ($this->getData(['theme','header','linkHome'])){echo "</a>";}
|
if ($this->getData(['theme','header','linkHome'])){echo "</a>";}
|
||||||
?>
|
?>
|
||||||
<!-- menu image -->
|
<!-- menu image -->
|
||||||
|
|
||||||
<?php endif; ?>
|
|
||||||
</header>
|
|
||||||
<?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,6 +88,14 @@
|
|||||||
)
|
)
|
||||||
): ?>
|
): ?>
|
||||||
<!-- 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
|
||||||
@ -103,6 +116,7 @@
|
|||||||
<!-- menu image -->
|
<!-- menu image -->
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if(
|
<?php if(
|
||||||
$this->getData(['theme', 'menu', 'position']) === 'site-second'
|
$this->getData(['theme', 'menu', 'position']) === 'site-second'
|
||||||
|
Loading…
Reference in New Issue
Block a user