-
+ C69C39DCA4BF002D3325D81F9D9CB4FD613AB63E062A8075F2DD1480F2B6945AD324C5960AA976ABA2DAD2340C91CBFDE7422723A4C578BE897FBB58BEEDA5C8
mp-wp/wp-content/themes/default/footer.php
(0 . 0)(1 . 26)
66590 <?php
66591 /**
66592 * @package WordPress
66593 * @subpackage Default_Theme
66594 */
66595 ?>
66596
66597 <hr />
66598 <div id="footer">
66599 <!-- 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. -->
66600 <p>
66601 <?php bloginfo('name'); ?> is proudly powered by
66602 <a href="http://wordpress.org/">WordPress</a>
66603 <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
66604 and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
66605 <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
66606 </p>
66607 </div>
66608 </div>
66609
66610 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
66611 <?php /* "Just what do you think you're doing Dave?" */ ?>
66612
66613 <?php wp_footer(); ?>
66614 </body>
66615 </html>