EstudioJuridicoAlmagro_Web/www/footer.php
2013-03-01 18:06:10 +00:00

45 lines
1.4 KiB
PHP

<?php
/**
* @package WordPress
* @subpackage Progressio
*/
?>
<?php if (!is_front_page() ) {?>
</div> <!-- .page-wrapper -->
</div><!-- / .container_16 -->
</div><!-- / #main (do not remove this comment) -->
<?php } ?>
<div class="footer-push"><!-- sticky footer push--></div>
<footer class="main-footer footer-helper <?php echo wpv_get_option('footer-helper-style')?> <?php if(wpv_get_option('footer-helper-classic')) echo 'classic'?>">
<?php if(wpv_get_option('has-footer-sidebars')): ?>
<div class="container_16">
<?php get_sidebar( 'footer' ); ?>
</div><!-- / .container_16 -->
<?php endif ?>
<div class="copyrights">
<div class="container_16">
<div class="one_half">&copy; 2013 Estudio Jurídico Almagro | <a href="http://www.rodax-software.ws/legal">Aviso legal</a> | <a href="www.rodax-software.ws/mapa">Mapa web</a> | <a href="www.rodax-software.ws/creditos">Créditos</a></div>
<div class="one_half last"></div>
<div class="clearboth"></div>
<?php echo apply_filters('the_content', wpv_get_option( 'credits' )); ?>
</div>
</div><!-- / .copyrights -->
</footer>
</div>
</div><!-- / #container -->
<?php wp_footer(); ?>
</div><!-- / .box-layout -->
</body>
</html>