2009-10-05 06:08:01 +00:00
|
|
|
<?php if (comicpress_check_themepack_file('footer.php') == false) { ?>
|
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-10-05 06:08:01 +00:00
|
|
|
<span class="footer-copyright"><?php echo cp_copyright(); ?> <?php echo the_author_meta('firstname',1); echo " "; echo the_author_meta('lastname',1); ?><span class="footer-pipe"> | </span></span>
|
|
|
|
<span class="footer-powered"><?php bloginfo('name'); ?> <?Php _e('Powered by','comicpress'); ?> <a href="http://wordpress.org/">WordPress</a> <?php _e('with','comicpress'); ?> <a href="http://comicpress.org/">ComicPress</a><span class="footer-pipe"> | </span></span>
|
|
|
|
<span class="footer-subscribe">Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a><span class="footer-pipe"> | </span></span>
|
|
|
|
<span class="footer-uptotop"><a href="#outside" onclick="scrollup(); return false;"><?php _e('Back to Top ↑','comicpress'); ?></a></span>
|
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>
|
2009-10-05 06:08:01 +00:00
|
|
|
<?php } ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
|
|
|
|
<?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>
|