2015-04-19, 10:37:47
Code:
<!========================Footer Section============================-->
<footer class="blockz bg-offBlack1">
<div class="wrapper">
<div class=" col-3 fill1">
<?php get_component( 'footer1' ); ?>
</div>
<div class=" col-3 fill1">
<?php get_component( 'footer2' ); ?>
</div>
<div class=" col-3 fill1">
<?php get_component( 'footer3' ); ?>
</div>
</div> <!--End wrapper-->
</footer>