Advertisement
Tagcloud

Footer

Jan 25th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. </div>
  2.  
  3. <!-- START: SUB FOOTER -->
  4. <div id="sub-footer" class="clearfix">
  5. <div class="container">
  6. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) { } ?>
  7. </div>
  8. </div>
  9. <!-- END: SUB FOOTER -->
  10.  
  11. <!-- START: FOOTER -->
  12. <div id="footer" class="clearfix">
  13. <div class="container">
  14. <div class="copyright">
  15. <?php printf( __( 'Copyright &copy; %1$s %2$s. All rights reserved.', 'warrior' ), date('Y'), get_bloginfo('name') ); ?>
  16. <div class="social-profiles"><?php warrior_social_icons(); ?></div>
  17. </div>
  18.  
  19. </div>
  20. </div>
  21. <!-- END: FOOTER -->
  22.  
  23. </div>
  24. <!-- END: MAIN CONTAINER -->
  25.  
  26. <?php wp_footer(); ?>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement