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