EstudioJuridicoAlmagro_Web/www/footer.php
david f72df580c3 - Importación inicial
- Ticket 1166 -> Orden de los idiomas ES FR EN RU

git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@2 c22fe52d-42d7-ba4f-95f7-33effcf65713
2013-02-27 15:39:05 +00:00

42 lines
1022 B
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">
<?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>