Current File : /home/karenpetzb/application/modules/default/views/layouts/rightLayout.phtml |
<!--[if IE]>
<style type="text/css">
.textA10, .textA9, .textA8b, .textA11 , .textA12, .textA13 {
filter: glow(color=#000000,strength=1);
}
.linkA10, .linkA9, .linkA8b, .linkA11 , .linkA12, .linkA13 {
filter: glow(color=#000000,strength=1);
}
</style>
<![endif]-->
<div class="rightPubContent">
<?php if ($this->listannoncesright) {
$listAnnonceRight = $this->listannoncesright;
$idCat = $this->listannoncesrightCategory;
foreach ($listAnnonceRight 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>