2009-08-21 19:29:45 +00:00
|
|
|
<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'); ?>
|
2009-09-06 02:00:23 +00:00
|
|
|
<?php global $disable_footer_text; if ($disable_footer_text != 'yes') { ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
<p>
|
2009-09-06 01:37:35 +00:00
|
|
|
<?php echo cp_copyright_year(); ?> | 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>
|
2009-09-06 02:00:23 +00:00
|
|
|
<?php } ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php global $disable_page_restraints; if ($disable_page_restraints == 'no') { ?>
|
2009-09-07 22:23:01 +00:00
|
|
|
</div><!-- Ends "page/page-wide" -->
|
2009-09-17 22:45:30 +00:00
|
|
|
</div><!-- Ends "page-wrap" -->
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php } ?>
|
2009-09-07 13:37:15 +00:00
|
|
|
<div id="page-bottom"></div>
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php wp_footer() ?>
|
|
|
|
|
|
|
|
</body>
|
2009-09-06 18:20:41 +00:00
|
|
|
</html>
|