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>