Changeset 2016 for trunk/wp-content/themes/kubrick/footer.php
- Timestamp:
- 12/30/2004 11:35:04 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/kubrick/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/footer.php
r2013 r2016 4 4 <p> 5 5 <?php bloginfo('name'); ?> is proudly powered by 6 <a href="http://wordpress.org">WordPress <?php echo $wp_version; ?></a> 7 <!-- 8 and valid <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional (most of the time)">XHTML</a> and 9 <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS; hopefully...">CSS</a>. 10 --> 6 <a href="http://wordpress.org">WordPress</a> 11 7 <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 12 8 and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 13 <!-- Spawned in <?php timer_stop(1); ?> seconds. --> 14 <a href="http://binarybonsai.com/kubrick/">Design by Michael Heilemann.</a> 9 <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> 15 10 </p> 16 11 </div> 17 12 </div> 18 13 19 14 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ --> 20 15 <?php /* "Just what do you think you're doing Dave?" */ ?> 21 16
Note: See TracChangeset
for help on using the changeset viewer.