
footer.php (harmony theme)
By:
slkmclaren on
Dec 18th, 2012 | syntax:
None | size: 0.49 KB | hits: 23 | expires: Never
<footer id="main-footer">
<?php get_sidebar( 'footer' ); ?>
<div id="footer-bottom">
<div class="container">
<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>
</div> <!-- end .container -->
</div> <!-- end #footer-bottom -->
</footer> <!-- end #main-footer -->
<?php wp_footer(); ?>
</body>
</html>