1. </div> 
  2.  
  3. <div id="footer">
  4. Copyright &copy; <?php echo date('Y');?> <a href="<?php
  5. bloginfo('siteurl'); ?>" title="<?php bloginfo('name'); ?>"><?php
  6. bloginfo('name'); ?></a> - <?php bloginfo('description'); ?>.
  7. Subscribe to our <a href="<?php bloginfo('rss2_url');
  8. ?>">RSS</a>.<br/>
  9. This website is proudly powered by <a
  10. href="http://wordpress.org">WordPress</a> and a free <a
  11. href="http://topwpthemes.com">wordpress theme</a> by
  12. TopWPThemes.com.<br/>
  13. For the best offers in <a href="http://www.webhostingfan.com">web
  14. hosting</a> and blogging software come to WebHostingFan.com.
  15.    
  16. </div>
  17. </div>
  18. <?php wp_footer(); ?>
  19. </body>
  20. </html>