EstudioJuridicoAlmagro_Web/www/footer.php
2013-04-12 16:27:19 +00:00

49 lines
1.5 KiB
PHP

<?php
/**
* @package WordPress
* @subpackage Progressio
*/
?>
<?php if (1) /*!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 ?>
<?php /*
<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>