1. <?php include(TEMPLATEPATH.'/bottom.php');?>   
  2.  
  3. <div id="footer" class="rounded">
  4.    
  5. <div class="fleft">
  6.  
  7. Design by: <a href="http://mmohut.com/">MMORPG</a>  <br/>
  8. Copyright &copy; <?php echo date('Y');?> <?php bloginfo('name');?> &ndash; <?php bloginfo('description');?>
  9. <br/>
  10. <?php $foot=get_option('flcn_foot');
  11. echo stripslashes($foot);?>
  12. </div>
  13.  
  14. <div class="fright">
  15. <a href="http://mmohut.com/browser-games">Browser MMO Games</a>  | <a href="http://www.hostv.com/">VPS</a>  | <a href="http://www.cirtexhosting.com/">Website Hosting</a> <br/>
  16. <a href="<?php bloginfo('rss2_url');?>">Subscribe to Posts</a> | <a href="<?php bloginfo('comments_rss2_url');?>">Subscribe to Comments</a>
  17.     </div>
  18. <div class='clear'></div>  
  19. </div>
  20.  
  21. <?php wp_footer();?>
  22.  
  23. </body>
  24. </html>