]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/default/footer.php
Wordpress 2.0.2-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / footer.php
1
2 <hr />
3 <div id="footer">
4         <p>
5                 <?php bloginfo('name'); ?> is proudly powered by 
6                 <a href="http://wordpress.org/">WordPress</a>
7                 <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
8                 and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
9                 <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
10         </p>
11 </div>
12 </div>
13
14 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
15 <?php /* "Just what do you think you're doing Dave?" */ ?>
16
17                 <?php wp_footer(); ?>
18 </body>
19 </html>