Advertisement
rbc01

footer.php

Aug 3rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying the footer.
  4. *
  5. * Contains footer content and the closing of the
  6. * #main and #page div elements.
  7. *
  8. * @package WordPress
  9. * @subpackage Twenty_Twelve
  10. * @since Twenty Twelve 1.0
  11. */
  12. ?>
  13. </div><!-- #main .wrapper -->
  14. <footer id="colophon" role="contentinfo">
  15. <div class="site-info">
  16. <?php do_action( 'twentytwelve_credits' ); ?>
  17.  
  18. <p>© Apriba Capital Pty Ltd | Australian Financial Services Licence No.440242</p>
  19.  
  20. </div><!-- .site-info -->
  21. </footer><!-- #colophon -->
  22. </div><!-- #page -->
  23.  
  24. <?php wp_footer(); ?>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement