home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-content / themes / default / footer.php < prev    next >
Encoding:
PHP Script  |  2007-06-28  |  715 b   |  21 lines

  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>
  21.