0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
themes
/
vw-ecommerce-store
/
[
Home
]
File: footer.php
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package VW Ecommerce Store */ ?> <div id="footer" class="copyright-wrapper"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-3"> <?php dynamic_sidebar('footer-1');?> </div> <div class="col-lg-3 col-md-3"> <?php dynamic_sidebar('footer-2');?> </div> <div class="col-lg-3 col-md-3"> <?php dynamic_sidebar('footer-3');?> </div> <div class="col-lg-3 col-md-3"> <?php dynamic_sidebar('footer-4');?> </div> </div> </div> </div> <div id="footer-2"> <div class="copyright container"> <p><?php echo esc_html(get_theme_mod('vw_ecommerce_store_footer_text',__('© Copyright 2019 -','vw-ecommerce-store'))); ?> <?php vw_ecommerce_store_credit(); ?></p> </div> <div class="clear"></div> </div> <?php wp_footer(); ?> </body> </html>