[10.0.39.dev] suppression de balises h3

This commit is contained in:
fredtempez 2019-10-20 12:20:13 +02:00
parent 4956a3a9b4
commit 1605a852e8
1 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@
<nav>
<div id="toggle">
<?php if ($this->getData(['theme','menu','burgerTitle']) === true ): ?>
<div id="burgerText"><h3><?php echo $this->getData(['config','title']);?></h3></div>
<div id="burgerText"><?php echo $this->getData(['config','title']);?></div>
<?php endif; ?>
<?php echo template::ico('menu',null,null,'2em'); ?>
</div> <!-- fin burger -->
@ -98,7 +98,7 @@
<nav>
<div id="toggle">
<?php if ($this->getData(['theme','menu','burgerTitle']) === true ): ?>
<div id="burgerText"><h3><?php echo $this->getData(['config','title']);?></h3></div>
<div id="burgerText"><?php echo $this->getData(['config','title']);?></div>
<?php endif; ?>
<?php echo template::ico('menu',null,null,'2em'); ?>
</div> <!-- fin burger -->
@ -149,7 +149,7 @@
<nav <?php if($this->getData(['theme', 'menu', 'position']) === 'hide'): ?>class="displayNone"<?php endif; ?>>
<div id="toggle">
<?php if ($this->getData(['theme','menu','burgerTitle']) === true ): ?>
<div id="burgerText"><h3><?php echo $this->getData(['config','title']);?></h3></div>
<div id="burgerText"><?php echo $this->getData(['config','title']);?></div>
<?php endif; ?>
<?php echo template::ico('menu',null,null,'2em'); ?>
</div> <!-- fin burger -->