Changeset 2016 for trunk/wp-content/themes/kubrick/sidebar.php
- Timestamp:
- 12/30/2004 11:35:04 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/kubrick/sidebar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/sidebar.php
r2013 r2016 3 3 4 4 <li> 5 <?php include (TEMPLATEPATH . "/searchform.php"; ?>5 <?php include (TEMPLATEPATH . '/searchform.php'); ?> 6 6 </li> 7 7 … … 67 67 </li> 68 68 69 <li><h2><?php _e('Admin'); ?></h2> 70 <ul> 71 <li><a href="<?php echo get_settings('siteurl'); ?>/wp-login.php"><?php _e('Login'); ?></a></li> 72 <!-- 73 <li><a href="<?php echo get_settings('siteurl'); ?>/wp-register.php"><?php _e('Register'); ?></a></li> 74 --> 75 </ul> 69 <li><h2><?php _e('Meta'); ?></h2> 70 <ul> 71 <li><?php wp_register(); ?></li> 72 <li><?php wp_loginout(); ?></li> 73 <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li> 74 <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> 75 <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WordPress</abbr></a></li> 76 <?php wp_meta(); ?> 77 </ul> 76 78 </li> 77 79 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.