Advertisement
Guest User

footer.php

a guest
Sep 26th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <div class="clear"></div>
  2. </div><!-- .container /-->
  3.  
  4. <?php tie_banner('banner_bottom' , '<div class="ads-bottom">' , '</div>' ); ?>
  5.  
  6. <?php get_sidebar( 'footer' ); ?>
  7. <div class="clear"></div>
  8. <div class="footer-bottom">
  9. <div class="container">
  10. <div class="alignright">
  11. <?php echo htmlspecialchars_decode(tie_get_option( 'footer_two' )) ?>
  12. </div>
  13. <?php if( tie_get_option('footer_social') ) tie_get_social('yes',16); ?>
  14.  
  15. <div class="alignleft">
  16. <?php echo htmlspecialchars_decode(tie_get_option( 'footer_one' )) ?>
  17. </div>
  18. </div><!-- .Container -->
  19. </div><!-- .Footer bottom -->
  20.  
  21. </div><!-- .Wrapper -->
  22. <?php wp_footer(); ?>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement