Current File : /home/karenpetzb/application/modules/default/views/layouts/leftLayout.phtml
<div class="leftLogo"> 
	<a title="Accueil" href="<?php echo $this->baseUrl; ?>/"><img alt="Directement � la source de la qualit�" src="<?php echo $this->baseUrl; ?>/business/image/logo.png" /></a>
</div> 
<div class="rightPromotion" > 
	<span class="link_shadow18_y2" > 
		<a href="<?php echo $this->baseUrl; ?>/nos-promotions.html" title="D�couvrez nos promotions">Promotions</a> 
	</span>
</div>
<div class="menuOngletsTitle"><span class="text_shadow18_w">Nos Produits</span></div>
 


<?php if ( strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6' ) !== FALSE || strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 7' ) !== FALSE ) { ?>
<div class="menuOnglets">
	<div  class="menuOnglet_1 <?php if ( $this->actualDesign['idCategory'] == 1 ) { echo 'menuOnglet_1_hover'; } ?>" ><a style="margin: 2px 0 0 60px;" id="onglet_1" href="<?php echo $this->baseUrl; ?>/industrie/1-manutention-levage.html" <?php if ( $this->actualDesign['idCategory'] == 1 ) { echo 'class="selected"'; } ?> >Manutention, levage</a></div>
	<div  class="menuOnglet_2 <?php if ( $this->actualDesign['idCategory'] == 2 ) { echo 'menuOnglet_2_hover'; } ?>" ><a style="margin: 0 0 0 60px;" id="onglet_2" href="<?php echo $this->baseUrl; ?>/industrie/2-prevention-environnement.html" <?php if ( $this->actualDesign['idCategory'] == 2 ) { echo 'class="selected"'; } ?>>Pr�vention de<br/> l'environnement</a></div>
	<div  class="menuOnglet_3 <?php if ( $this->actualDesign['idCategory'] == 3 ) { echo 'menuOnglet_3_hover'; } ?>" ><a style="margin: 0 0 0 60px;" id="onglet_3" href="<?php echo $this->baseUrl; ?>/industrie/3-stockage-rayonnage.html" <?php if ( $this->actualDesign['idCategory'] == 3 ) { echo 'class="selected"'; } ?>>Stockage,<br/> rayonnage</a></div>
	<div  class="menuOnglet_4 <?php if ( $this->actualDesign['idCategory'] == 4 ) { echo 'menuOnglet_4_hover'; } ?>" ><a style="margin: 0 0 0 60px;" id="onglet_4" href="<?php echo $this->baseUrl; ?>/industrie/4-entretien-proprete.html" <?php if ( $this->actualDesign['idCategory'] == 4 ) { echo 'class="selected"'; } ?>>Entretien,<br/> propret�</a></div>
	<div  class="menuOnglet_5 <?php if ( $this->actualDesign['idCategory'] == 5 ) { echo 'menuOnglet_5_hover'; } ?>" ><a style="margin: 0 0 0 60px;" id="onglet_5" href="<?php echo $this->baseUrl; ?>/industrie/5-protection-securite.html" <?php if ( $this->actualDesign['idCategory'] == 5 ) { echo 'class="selected"'; } ?>>Protection, s�curit�</a></div>
	<div  class="menuOnglet_6 <?php if ( $this->actualDesign['idCategory'] == 6 ) { echo 'menuOnglet_6_hover'; } ?>" ><a style="margin: 10px 0 0 60px;" id="onglet_6" href="<?php echo $this->baseUrl; ?>/industrie/6-emballage.html" <?php if ( $this->actualDesign['idCategory'] == 6 ) { echo 'class="selected"'; } ?>>Emballage</a></div>
	<div  class="menuOnglet_7 <?php if ( $this->actualDesign['idCategory'] == 7 ) { echo 'menuOnglet_7_hover'; } ?>" ><a style="margin: 10px 0 0 60px;" id="onglet_7" href="<?php echo $this->baseUrl; ?>/industrie/7-outillage.html" <?php if ( $this->actualDesign['idCategory'] == 7 ) { echo 'class="selected"'; } ?>>Outillage</a></div>
	<div  class="menuOnglet_8 <?php if ( $this->actualDesign['idCategory'] == 8 ) { echo 'menuOnglet_8_hover'; } ?>" ><a style="margin: 10px 0 0 60px;" id="onglet_8" href="<?php echo $this->baseUrl; ?>/industrie/8-mobilier-atelier.html" <?php if ( $this->actualDesign['idCategory'] == 8 ) { echo 'class="selected"'; } ?>>Mobilier d'atelier</a></div>
	<div  class="menuOnglet_9 <?php if ( $this->actualDesign['idCategory'] == 9 ) { echo 'menuOnglet_9_hover'; } ?>" ><a style="margin: 10px 0 0 45px;" id="onglet_9" href="<?php echo $this->baseUrl; ?>/industrie/9-mobilier-bureau-collectivite.html" <?php if ( $this->actualDesign['idCategory'] == 9 ) { echo 'class="selected"'; } ?>>Mobilier de bureau</a></div>
</div> 
<?php } else { echo $this->render("menuajax.phtml");  } ?> 
		
<div class="leftPubContent">
	<?php if ($this->listannoncesleft) {
		$listAnnonceLeft = $this->listannoncesleft;
		
		$idCat = $this->listannoncesleftCategory;
		foreach ($listAnnonceLeft as $row) {
		$tabCategorie = explode(';',$row['ID_CATS']); 
		if (in_array($idCat, $tabCategorie) || in_array('0', $tabCategorie)) {
			
	?>
	<div class="menuExtraRightOpt"><?php echo $row['CONTENT'];?></div>
	<?php } } } ?>
</div>