2004-09-08 09:15:18 +00:00
|
|
|
|
2005-01-04 05:20:06 +00:00
|
|
|
<hr />
|
|
|
|
<div id="footer">
|
2006-06-26 17:40:18 +00:00
|
|
|
<!-- If you'd like to support WordPress, having the "powered by" link someone on your blog is the best way, it's our only promotion or advertising. -->
|
2005-01-04 05:20:06 +00:00
|
|
|
<p>
|
2006-11-19 07:56:05 +00:00
|
|
|
<?php bloginfo('name'); ?> is proudly powered by
|
2005-10-12 18:21:15 +00:00
|
|
|
<a href="http://wordpress.org/">WordPress</a>
|
2007-01-18 03:40:17 +00:00
|
|
|
<br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
|
|
|
|
and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
|
2005-11-16 23:48:12 +00:00
|
|
|
<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
|
2005-01-04 05:20:06 +00:00
|
|
|
</p>
|
2004-12-30 11:27:33 +00:00
|
|
|
</div>
|
2005-01-04 05:20:06 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
|
|
|
|
<?php /* "Just what do you think you're doing Dave?" */ ?>
|
2004-12-30 11:27:33 +00:00
|
|
|
|
2005-03-29 15:11:36 +00:00
|
|
|
<?php wp_footer(); ?>
|
2004-08-20 17:14:27 +00:00
|
|
|
</body>
|
2005-10-20 20:48:32 +00:00
|
|
|
</html>
|