Advertisement
slkmclaren

footer.php (harmony theme)

Dec 18th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <footer id="main-footer">
  2. <?php get_sidebar( 'footer' ); ?>
  3.  
  4. <div id="footer-bottom">
  5. <div class="container">
  6. <p id="copyright"><?php printf( __( 'Custmomized by %1$s | Hosted by %2$s', 'Harmony' ), '<a href="http://www.cubithost.com" target="_blank">RPJ</a>', '<a href="http://www.cubithost.com" target="_blank">CUBiTHost</a>' ); ?></p>
  7. </div> <!-- end .container -->
  8. </div> <!-- end #footer-bottom -->
  9. </footer> <!-- end #main-footer -->
  10.  
  11. <?php wp_footer(); ?>
  12.  
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement