Make WordPress Core


Ignore:
Timestamp:
01/04/2005 05:20:06 AM (21 years ago)
Author:
rboren
Message:

Make Kubrick the new default. The old default is available as the Classic theme.

File:
1 edited

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>
    212</div>
    313
    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?" */ ?>
    916
    1017<?php do_action('wp_footer', ''); ?>
     18
    1119</body>
    1220</html>
Note: See TracChangeset for help on using the changeset viewer.