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