Don't like ads? PRO users don't see any ads ;-)

Untitled

By: mxneo on Mar 7th, 2012  |  syntax: None  |  size: 0.54 KB  |  hits: 98  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. </div> 
  2. <div class="clear"></div>
  3.  
  4. <div id="footer">
  5. <div class="fleft">
  6.  
  7. Design by: <a href="http://web2feel.com/">Web2feel.com</a>   <br/>
  8. Copyright &copy; <?php echo date('Y');?> <?php bloginfo('name');?> &ndash; <?php bloginfo('description'); ?>
  9.  
  10. <br/>
  11. <?php $foot = get_option('astron_foot'); echo stripslashes($foot); ?>
  12. </div>
  13.  
  14. <div class="fright">
  15. <a href="<?php bloginfo('rss2_url'); ?>">Subscribe to feed</a>  
  16. </div>
  17. <?php wp_footer(); ?>
  18. <div class='clear'></div>      
  19.  
  20. </div>
  21. <?php wp_footer(); ?>
  22. </div>
  23. </body>
  24. </html>