-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
executable file
·16 lines (12 loc) · 1.09 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</div><!--END WRAPPER-->
<div id="footer" class="clearfloat">
<div id="copyright"><?php wp_footer(); ?>
© <?php echo date('Y'); ?> <span class="url fn org"><?php bloginfo('name'); ?></span> •
<?php _e('Powered by','Mimbo'); ?> <a href="http://wordpress.org/" target="_blank">WordPress</a> & <a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/" target="_blank" title="By Darren Hoyt">Mimbo</a>
<a href="javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open('http://www.seocentro.com/cgi-bin/promotion/bookmark-rss/rss.pl?u='+c( '<?php bloginfo('rss2_url'); ?>' ),'bookmark_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=480px,width=720px,scrollbars=1,resizable=1,alwaysRaised=1');a.setTimeout(function(){ d.focus()},300)})();" title="Social Bookmark"><img src="http://www.seocentro.com/bookmark-rss/images/rss_button01.gif" alt="RSS Feed Readers" border="0" title="RSS Feed Readers"></a>
<?php wp_footer(); ?>
</div>
</div><!--END FOOTER-->
</div><!--END PAGE-->
</body>
</html>