Advertisement
Guest User

footer.php

a guest
Jan 11th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. </div> <!-- end wrapper -->
  2. </div> <!-- end main area wrap -->
  3.  
  4. <div id="footer">
  5. <p>&copy; Copyright Nina Young. All rights reserved.
  6. <span ><a style="text-align:right" href="http://www.bookofburlesque.com/sitemap.xml">Sitemap</a></span> </p>
  7.  
  8. </div> <!-- end footer -->
  9. </div> <!-- end container -->
  10. </div> <!-- end content -->
  11.  
  12. <?php if ((is_home()) && (get_option('glow_featured') == 'on') ) { //scripts for featured area are loaded only on homepage / when Display Featured Articles is set to Display ?>
  13. <script type="text/javascript">
  14. jQuery(".js ul#page-menu, .js ul#cats-menu, .js img#logo, .js div.custom-sidebar-block").show(); //prevents a flash of unstyled content
  15. </script>
  16. <?php } else { ?>
  17. <script type="text/javascript">
  18. jQuery(".js ul#page-menu, .js ul#cats-menu, .js img#logo, .js div.custom-sidebar-block").show(); //prevents a flash of unstyled content
  19. </script>
  20. <?php };
  21.  
  22. get_template_part('includes/scripts');
  23. wp_footer(); ?>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement