not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. * Contains the closing of the "site-content" div and all content after.
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Fifteen
  9. * @since Twenty Fifteen 1.0
  10. */
  11. ?>
  12. </div><!-- .site-content -->
  13. <footer id="colophon" class="site-footer" role="contentinfo">
  14. <div id="navbar" class="navbar">
  15. <nav id="site-navigation" class="navigation footer-navigation" role="navigation">
  16. <?php wp_nav_menu( array( 'theme_location' => 'footer-menu', 'menu_class' => 'footer-nav-menu', 'depth' =>'-1' ) ); ?>
  17. </nav><!-- #site-navigation -->
  18. </div><!-- #navbar -->
  19. </footer><!-- .site-footer -->
  20. </div><!-- .site -->
  21. <script>
  22. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  23. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  24. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  25. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  26. ga('create', 'UA-add-your-tracking-number-here', 'auto');
  27. ga('send', 'pageview');
  28. </script>
  29. <?php wp_footer(); ?>
  30. </body>
  31. </html>