]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/classic/footer.php
Wordpress 2.0.2-scripts
[autoinstalls/wordpress.git] / wp-content / themes / classic / footer.php
1 <!-- begin footer -->
2 </div>
3
4 <?php get_sidebar(); ?>
5
6 <p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
7
8 </div>
9
10 <?php wp_footer(); ?>
11 </body>
12 </html>