Current File : /home/karenpetzb/application/modules/default/views/layouts/footerLayout.phtml
<div class="footerBg col-sm-12 visible-sm visible-md visible-lg hidden-print">
	<div class="footerBgContent">
	
		<div class="col-sm-9">
		<?php 
			$custom_info_id = 4; 
			$listFooters = $this->listFooters;
      if (isset($listFooters)) {
      
			foreach ($listFooters as $footer) { ?>
	  			<div class="col-sm-4 footerTitle" >
			<?php if (empty($footer['URL'])) { ?>
						<a href="<?php echo $this->baseUrl; ?>/info<?php echo "-".$footer['ID']; ?>/<?php echo str_replace("page/","",$footer['TITRENAV']).".html"; ?>">
						
						<?php if ($footer['ID'] == $custom_info_id) {?>
							<img src="<?php echo $this->baseUrl; ?>/business/image/box-devdurable.png">
						<?php }
						echo $footer['TITRE']; ?></a>
					<?php } else { ?>
						<a target="_blank" href="http://<?php echo $footer['URL']; ?>"><?php echo $footer['TITRE']; ?></a>
			<?php } ?> 
  			</div>
		<?php }} ?>
      <div class="col-sm-4 footerTitle" >
        <a href="<?php echo $this->baseUrl; ?>/nos-marques.html">Nos marques</a>
      </div>
		</div>
  			<div class="col-sm-3" >
  				<div class="col-sm-12 footerMediaBoxTitle">Nous suivre sur :</div>
  				<div class="col-sm-12 footerMediaBox"><a target="_blank" href="<?php echo $this->link_media_facebook; ?>" data-placement="right" class="tooltips" title="Notre Facebook"><img src="<?php echo $this->baseUrl; ?>/business/image/icon-facebook.png"/> <span>Facebook</span></a></div>
  				<div class="col-sm-12 footerMediaBox"><a target="_blank" href="<?php echo $this->link_media_google; ?>" data-placement="right" class="tooltips" title="Notre page Google"><img src="<?php echo $this->baseUrl; ?>/business/image/icon-google.png"/> <span>Google +</span></a></div>
  				<div class="col-sm-12 footerMediaBox"><a target="_blank" href="<?php echo $this->link_media_twitter; ?>" data-placement="right" class="tooltips" title="Suivez nous sur Twitter"><img src="<?php echo $this->baseUrl; ?>/business/image/icon-twitter.png"/> <span>Twitter</span></a></div>
  				<div class="col-sm-12 footerMediaBox"><a target="_blank" href="<?php echo $this->link_media_viadeo; ?>"  data-placement="right" class="tooltips" title="Contactez nous via Viadeo"><img src="<?php echo $this->baseUrl; ?>/business/image/icon-viadeo.png"/> <span>Viadeo</span></a></div>
  			</div>
  			<div class="col-sm-12 text-center" >
  				<?php echo $this->custom_text_1; ?>
  			</div>
  	</div>
  	
  	
  	<div class="footerTitleRealised col-sm-12 visible-sm visible-md visible-lg hidden-print text-center">
  		<a href="http://www.web-entreprise.net" title="Web Entreprise" target="_blank">Site r�alis� par Web Entreprise</a>
  	</div>
  	
</div>