Current File : /home/karenpetzb/application/modules/default/views/layouts/extraFooterLayout.phtml
<style type="text/css">
    .box-bottom-command {
        background: url('/business/image/bon-de-commande.jpg') bottom;
        height: 138px;
    }
    .box-bottom-command a {
        height: 140px;
        display:block;
    }
    .box-bottom-command a:link, .box-bottom-command a:visited, .box-bottom-command a:active {
        text-decoration: none;
        color: #bd2f2c;
    }
    .box-bottom-command a:hover {
        text-decoration: none;
    }
    .box-bottom-command-title {
        color: #5B595A;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        text-decoration: none;
    }
    .box-bottom-command-link {
        color: #bd2f2c;
        margin-top: 30px;
        font-size: 15px;
        text-align: right;
    }
    .box-bottom-command a:hover .box-bottom-command-link {
        text-decoration: underline;
    }
</style>
<div class="col-xs-12 hidden-print <?php echo $this->prefixPromoClass; ?>footer-content-divider"></div>
<div class="col-xs-12 noPadding footer-content-container hidden-print" >
	<?php 
		$extraFooter = $this->listallannoncesfooter;
		if (isset($extraFooter)) {		
			$counter = 0;
			foreach ($extraFooter as $row) { 
				if ($counter < 2) { ?>
					<div class="col-md-4 col-sm-6 col-xs-12 indexBox4 visible-md visible-lg noPadding" style="overflow: hidden; overflow-y:auto; ">	
						 <?php 	echo $row['CONTENT']; ?>
					</div>
			<?php } 
			$counter++;
		}
	} ?>
	<div class="col-md-4 col-sm-6 col-xs-12 indexBox4 noPadding footer-content-box-last noMargin visible-md visible-lg" style="margin-top: 10px;">
		<div  class="box-bottom-command">
            <a href="<?php echo $this->baseUrl; ?>/doc/bondecommande.pdf" target="_blank">
                <div class="box-bottom-command-title">T�l�charger un bon de commande</div>
                <div class="box-bottom-command-link">T�l�charger <br />& imprimer</div>
            </a>
	    </div> 
	</div> 
    
</div>