?><?php wp_footer(); ?>
</div>
</div>
<div id="content-close"></div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-shade">
<div id="footer-wrap">
<div id="footer-content">
<div class="top-fc">
<div class="f-block">
<h3><span class="green">Recent</span> Entries</h3>
<ul>
<?php get_archives('postbypost', 12); ?>
</ul>
</div>
<div class="f-block">
<h3><span class="green">Recent</span> Comments</h3>
<?php if(function_exists("get_recent_comments")) : ?>
<ul>
<?php get_recent_comments(); ?>
</ul>
<?php else : ?>
<ul>
<?php mw_recent_comments(10, false, 50, 35, 40, 'all', '<li><a href="%permalink%" title="%title%"><strong>%author_name%</strong> » %title%</a></li>','d.m.y, H:i'); ?>
</ul>
<?php endif; ?>
</div>
<div class="f-block">
<h3><span class="green">Hottest</span> Entries</h3>
<?php if(function_exists("get_hottopics")) : ?>
<ul>
<?php get_hottopics(); ?>
</ul>
<?php else : ?>
<ul>
<li>You must install the most commented plugin here</li>
</ul>
<?php endif; ?>
</div>
</div>
<div class="bottom-fc">
<div class="alignleft">©2006-<?php the_time('Y'); ?> <a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a><br />Designed by <a href="http://www.elegantwpthemes.com">Elegant WP Themes</a></div>
<div class="alignright"><br />Valid <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">XHTML</a> and Valid <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo get_settings('home'); ?>&usermedium=all">CSS</a></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>