17 lines
469 B
PHP
17 lines
469 B
PHP
<div class="clear"></div><!-- Clears floated columns and sidebars -->
|
|
|
|
<div id="footer">
|
|
<p>
|
|
<?php bloginfo('name') ?> is powered by <a href="http://wordpress.org/">WordPress</a> with <a href="http://comicpress.org/">ComicPress</a>
|
|
| Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a>
|
|
<!-- <?php echo get_num_queries() ?> queries. <?php timer_stop(1) ?> seconds. -->
|
|
</p>
|
|
</div>
|
|
|
|
</div><!-- Ends "page" -->
|
|
|
|
<?php wp_footer() ?>
|
|
|
|
</body>
|
|
|
|
</html>
|