View difference between Paste ID: bZmqu8c4 and smkXAm5F
SHOW: | | - or go back to the newest paste.
1
<div class="clearfix"></div>
2
</div><!-- MAIN END -->
3
4
<div id="footer">
5
<div id="footerinner">
6
7
<div class="footer-left">
8
<?php /* You Can Start Putting Some Links Here */?>
9
</div>
10
<div class="footer-right">
11
Copyright &copy; <?php echo gmdate(__('Y')); ?>&nbsp;<a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a>&nbsp;All Rights Reserved<br />Powered By WordPress and 
12
<?php /* WARNING: YOUR SITE MAY STOP WORKING IF THESE LINKS ARE MODIFIED IN ANY WAYS */?>
13
<a href="http://www.magpress.com" title="WordPress Theme" target="_blank">WordPress Theme</a> By MagPress<br /><span class="themecredit">Thanks to <a href="http://www.foreclosurehelps.com" title="Buy Foreclosed Homes" target="_blank">Buy Foreclosed Homes</a> | <a href="http://www.koreandresses.com" title="Korean Dress" target="_blank">Korean Dress</a> | <a href="http://www.chinese-clothing.com" title="Chinese Clothing" target="_blank">Chinese Clothing</a></span>
14
</div>
15
16
<div class="clearfix"></div>
17
18
<?php wp_footer(); ?>
19
20
</div><!-- FOOTERINNER END -->
21
</div><!-- FOOTER END -->
22
23
</div><!-- CONTAINER END -->
24
</div><!-- WRAPPER END -->
25
26
<?php if( get_theme_option('social_on') == 'Yes' ) { ?>
27
<script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script>
28
<?php } ?>
29
30
<?php $g_analytics = get_theme_option('google_analytics'); echo stripcslashes($g_analytics); ?>
31
32
</body>
33
</html>