forked from ZwiiCMS-Team/ZwiiCMS
[09.0.01] correction marge dans le header si cliquable
This commit is contained in:
parent
fa828215ca
commit
b9781a988e
@ -44,11 +44,10 @@
|
|||||||
<?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 -->
|
||||||
<?php
|
|
||||||
if ($this->getData(['theme','header','linkHome'])){
|
|
||||||
echo "<a href='" . helper::baseUrl(false) . "'>" ;} ?>
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
<?php
|
||||||
|
if ($this->getData(['theme','header','linkHome'])){
|
||||||
|
echo "<a href='" . helper::baseUrl(false) . "'>" ;} ?>
|
||||||
<?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
|
||||||
@ -58,10 +57,10 @@
|
|||||||
<span><?php echo $this->getData(['config', 'title']); ?></span>
|
<span><?php echo $this->getData(['config', 'title']); ?></span>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php
|
||||||
|
if ($this->getData(['theme','header','linkHome'])){echo "</a>";}
|
||||||
|
?>
|
||||||
</header>
|
</header>
|
||||||
<?php
|
|
||||||
if ($this->getData(['theme','header','linkHome'])){echo "</a>";}
|
|
||||||
?>
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if($this->getData(['theme', 'menu', 'position']) === 'body-second'): ?>
|
<?php if($this->getData(['theme', 'menu', 'position']) === 'body-second'): ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user