View difference between Paste ID: EH2vaGxh and
SHOW: | | - or go back to the newest paste.
1-
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>