git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@6 c22fe52d-42d7-ba4f-95f7-33effcf65713
49 lines
1.5 KiB
PHP
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">© 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>
|