| [ Index ] |
PHP Cross Reference of Wordpress 2.9.1 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @package WordPress 4 * @subpackage Default_Theme 5 */ 6 ?> 7 8 <hr /> 9 <div id="footer" role="contentinfo"> 10 <!-- 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. --> 11 <p> 12 <?php bloginfo('name'); ?> is proudly powered by 13 <a href="http://wordpress.org/">WordPress</a> 14 <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 15 and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 16 <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> 17 </p> 18 </div> 19 </div> 20 21 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ --> 22 <?php /* "Just what do you think you're doing Dave?" */ ?> 23 24 <?php wp_footer(); ?> 25 </body> 26 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Jan 8 00:19:48 2010 | Cross-referenced by PHPXref 0.7 |