2009-08-21 19:29:45 +00:00
|
|
|
<div class="clear"></div><!-- Clears floated columns and sidebars -->
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
<?php if (function_exists('the_project_wonderful_ad')) { ?>
|
|
|
|
<div class="footerpwad">
|
|
|
|
<center>
|
|
|
|
<?php the_project_wonderful_ad('footer'); ?>
|
|
|
|
</center>
|
|
|
|
</div>
|
|
|
|
<?php } ?>
|
|
|
|
<?php get_sidebar('footer'); ?>
|
|
|
|
<p>
|
2009-08-27 02:08:01 +00:00
|
|
|
©<?php echo cp_copyright_year(); ?> <?php echo the_author_meta('firstname',0); echo " "; echo the_author_meta('lastname',0); ?>. <?php bloginfo('name') ?> is powered by <a href="http://wordpress.org/">WordPress</a> with <a href="http://comicpress.org/">ComicPress</a>
|
2009-08-27 00:33:58 +00:00
|
|
|
| Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a> | <a href="#outside" onclick="scrollup(); return false;">Back to Top ↑</a><br />
|
2009-08-21 19:29:45 +00:00
|
|
|
<!-- <?php echo get_num_queries() ?> queries. <?php timer_stop(1) ?> seconds. -->
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php global $disable_page_restraints; if ($disable_page_restraints == 'no') { ?>
|
|
|
|
</div><!-- Ends "page" -->
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
<?php wp_footer() ?>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
2009-08-21 17:45:23 +00:00
|
|
|
</html>
|