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

footer

By: a guest on Aug 1st, 2012  |  syntax: PHP  |  size: 0.51 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <div id="footer-wrap">
  2. <div id="footer">
  3. <span class="fleft">Copyright &copy; <?php the_time('Y'); ?>. All Rights Reserved. Designed by <a href="http://www.navsari.in">Navsari City</a></span>
  4. <span class="fright">
  5. <a href="http://rpgmusic.org">Game Music Soundtracks</a>&nbsp;
  6. <a href="http://www.hostv.com/">VPS Hosting</a>&nbsp;
  7. <a href="http://www.cirtexhosting.com/">Website Hosting</a>
  8. </span>
  9. </div>
  10. </div>
  11. <?php
  12.  $code = get_option('swt_custom_analytics_code'); echo stripslashes($code);
  13. ?>
  14. </body>
  15. </html>