Make WordPress Core


Ignore:
Timestamp:
12/30/2004 11:35:04 AM (21 years ago)
Author:
saxmatt
Message:

More Kubrick fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/kubrick/sidebar.php

    r2013 r2016  
    33           
    44            <li>
    5                 <?php include (TEMPLATEPATH . "/searchform.php"; ?>
     5                <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    66            </li>
    77
     
    6767                </li>
    6868               
    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>
    7678                </li>
    7779            <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.