home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-content / themes / classic / footer.php < prev    next >
Encoding:
PHP Script  |  2005-11-17  |  419 b   |  12 lines

  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>