Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Footer
- *
- * @package WordPress
- * @subpackage villenoir
- */
- ?>
- <footer class="site-footer">
- <div class="container">
- <div class="row">
- <?php if ( is_woocommerce() ) : ?>
- <div style="padding: 0 20%; text-align: center;">
- Liquor Licence Number: 0000000000000
- LIQUOR ACT 2007. IT IS AGAINST THE LAW TO SELL OR SUPPLY ALCOHOL TO, OR TO OBTAIN ALCOHOL ON BEHALF OF, A PERSON UNDER THE AGE OF 18 YEARS.
- </div>
- <?php endif; ?>
- <?php villenoir_footer_info_module(); ?>
- <?php if( _get_field('gg_footer_widgets', 'option', false) ) : ?>
- <div class="footer-widgets col-md-12">
- <?php get_sidebar("footer"); ?>
- </div>
- <?php endif; ?>
- <?php villenoir_footer_extras(); ?>
- </div><!-- .row -->
- </div><!-- /.container -->
- </footer>
- <?php villenoir_footer_scripts(); ?>
- <?php wp_footer(); ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement