Advertisement
Guest User

Untitled

a guest
Jun 7th, 2010
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ?><div style="clear:both;"></div>
  2.  
  3. <div id="footer">
  4.  
  5. <p><?php include (TEMPLATEPATH . '/copyright.php'); ?><br />
  6.  
  7. <a href="http://stylewp.com" target="_blank" title="Premium Wordpress Themes">Wordpress Design</a> by StyleWP, a subsidiary of <a href="http://intypemedia.com" target="_blank" title="Professional Web and Media Development">InType Media</a>
  8.  
  9. <?php if ( $showtop = get_option('stylewp_showtop') ) { ?> · <a href="#Top"><?php $toplink = get_option('stylewp_toplink'); echo $toplink; ?></a>
  10.  
  11. <?php } else { ?>
  12.  
  13. <?php } ?></p>
  14.  
  15. </div>
  16.  
  17. <?php do_action('wp_footer'); ?>
  18.  
  19. </div>
  20.  
  21. <script type="text/javascript">ScrollLinks.start();</script>
  22.  
  23. <?php if ( $analytics = get_option('stylewp_analytics') ) { ?>
  24.  
  25. <?php $analytics = get_option('stylewp_analytics'); echo stripslashes($analytics); ?>
  26.  
  27. <?php } else { ?>
  28.  
  29. <?php } ?>
  30.  
  31. </body>
  32.  
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement