Changeset 2040 for trunk/wp-content/themes/default/footer.php
- Timestamp:
- 01/04/2005 05:20:06 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/footer.php
r2032 r2040 1 <!-- begin footer --> 1 2 <hr /> 3 <div id="footer"> 4 <p> 5 <?php bloginfo('name'); ?> is proudly powered by 6 <a href="http://wordpress.org">WordPress</a> 7 <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 8 and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 9 <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> 10 </p> 11 </div> 2 12 </div> 3 13 4 <?php get_sidebar(); ?> 5 6 <p class="credit"><!--<?php echo $wpdb->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> 14 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ --> 15 <?php /* "Just what do you think you're doing Dave?" */ ?> 9 16 10 17 <?php do_action('wp_footer', ''); ?> 18 11 19 </body> 12 20 </html>
Note: See TracChangeset
for help on using the changeset viewer.