|
|
|
@ -44,12 +44,8 @@
|
|
|
|
|
?>
|
|
|
|
|
<!-- Menu Burger -->
|
|
|
|
|
<div id="toggle">
|
|
|
|
|
<?php if ($this->getData(['theme','menu','burgerContent']) === 'title' ): ?>
|
|
|
|
|
<div class="notranslate" id="burgerText"><?php echo $this->getData(['locale', 'title']);?></div>
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
<?php if ($this->getData(['theme','menu','burgerContent']) === 'logo' ): ?>
|
|
|
|
|
<div class="notranslate" id="burgerLogo"><?php echo '<img src="'.helper::baseUrl(0).self::FILE_DIR.'source/'.$this->getData(['theme', 'menu', 'logoBurger']).'">';?></div>
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
<?php echo $this->getData(['theme','menu','burgerContent']) === 'title' ? '<div class="notranslate" id="burgerText">' . $this->getData(['locale', 'title']) . '</div>' : '' ;?>
|
|
|
|
|
<?php echo $this->getData(['theme','menu','burgerContent']) === 'logo' ? '<div class="notranslate" id="burgerLogo"><img src="'.helper::baseUrl(0).self::FILE_DIR.'source/'. $this->getData(['theme', 'menu', 'burgerLogo']) .'"></div>' : '' ;?>
|
|
|
|
|
<?php echo template::ico('menu',null,null,'2em'); ?></div>
|
|
|
|
|
<div id="menu" class="
|
|
|
|
|
<?php if($this->getData(['theme', 'menu', 'position']) === 'top'){echo 'container-large';}else{echo'container';}
|
|
|
|
@ -86,12 +82,8 @@
|
|
|
|
|
<!-- Menu dans le fond du site après la bannière -->
|
|
|
|
|
<nav>
|
|
|
|
|
<div id="toggle">
|
|
|
|
|
<?php if ($this->getData(['theme','menu','burgerContent']) === 'title' ): ?>
|
|
|
|
|
<div class="notranslate" id="burgerText"><?php echo $this->getData(['locale', 'title']);?></div>
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
<?php if ($this->getData(['theme','menu','burgerContent']) === 'logo' ): ?>
|
|
|
|
|
<div class="notranslate" id="burgerLogo"><?php echo '<img src="'.helper::baseUrl(0).self::FILE_DIR.'source/'.$this->getData(['theme', 'menu', 'logoBurger']).'">';?></div>
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
<?php echo $this->getData(['theme','menu','burgerContent']) === 'title' ? '<div class="notranslate" id="burgerText">' . $this->getData(['locale', 'title']) . '</div>' : '' ;?>
|
|
|
|
|
<?php echo $this->getData(['theme','menu','burgerContent']) === 'logo' ? '<div class="notranslate" id="burgerLogo"><img src="'.helper::baseUrl(0).self::FILE_DIR.'source/'. $this->getData(['theme', 'menu', 'burgerLogo']) .'"></div>' : '' ;?>
|
|
|
|
|
<?php echo template::ico('menu',null,null,'2em'); ?></div>
|
|
|
|
|
<div id="menu" class="container"><?php $this->showMenu(); ?></div>
|
|
|
|
|
</nav>
|
|
|
|
@ -102,12 +94,8 @@
|
|
|
|
|
<!-- Menu dans le site avant la bannière -->
|
|
|
|
|
<nav>
|
|
|
|
|
<div id="toggle">
|
|
|
|
|
<?php if ($this->getData(['theme','menu','burgerContent']) === 'title' ): ?>
|
|
|
|
|
<div class="notranslate" id="burgerText"><?php echo $this->getData(['locale', 'title']);?></div>
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
<?php if ($this->getData(['theme','menu','burgerContent']) === 'logo' ): ?>
|
|
|
|
|
<div class="notranslate" id="burgerLogo"><?php echo '<img src="'.helper::baseUrl(0).self::FILE_DIR.'source/'.$this->getData(['theme', 'menu', 'logoBurger']).'">';?></div>
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
<?php echo $this->getData(['theme','menu','burgerContent']) === 'title' ? '<div class="notranslate" id="burgerText">' . $this->getData(['locale', 'title']) . '</div>' : '' ;?>
|
|
|
|
|
<?php echo $this->getData(['theme','menu','burgerContent']) === 'logo' ? '<div class="notranslate" id="burgerLogo"><img src="'.helper::baseUrl(0).self::FILE_DIR.'source/'. $this->getData(['theme', 'menu', 'burgerLogo']) .'"></div>' : '' ;?>
|
|
|
|
|
<?php echo template::ico('menu',null,null,'2em'); ?></div>
|
|
|
|
|
<div id="menu" class="container"><?php $this->showMenu(); ?></div>
|
|
|
|
|
</nav>
|
|
|
|
@ -158,7 +146,7 @@
|
|
|
|
|
<div class="notranslate" id="burgerText"><?php echo $this->getData(['locale', 'title']);?></div>
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
<?php if ($this->getData(['theme','menu','burgerContent']) === 'logo' ): ?>
|
|
|
|
|
<div class="notranslate" id="burgerLogo"><?php echo '<img src="'.helper::baseUrl(0).self::FILE_DIR.'source/'.$this->getData(['theme', 'menu', 'logoBurger']).'">';?></div>
|
|
|
|
|
<div class="notranslate" id="burgerLogo"><?php echo '<img src="'.helper::baseUrl(0).self::FILE_DIR.'source/'.$this->getData(['theme', 'menu', 'burgerLogo']).'">';?></div>
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
<?php echo template::ico('menu',null,null,'2em'); ?></div>
|
|
|
|
|
<div id="menu" class="container"><?php $this->showMenu(); ?></div>
|
|
|
|
|