[wp-cvs] wordpress index.php,1.77,1.78

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Jul 10 23:34:49 UTC 2004


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23777

Modified Files:
	index.php 
Log Message:
A nicer meta bar.

Index: index.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/index.php,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** index.php	24 Jun 2004 21:57:42 -0000	1.77
--- index.php	10 Jul 2004 23:34:46 -0000	1.78
***************
*** 90,101 ****
  	<?php get_calendar(); ?>
   </li>
-  <li id="other"><?php _e('Other:'); ?>
- 	<ul>
- 		<li><a href="<?php echo get_settings('siteurl'); ?>/wp-login.php"><?php _e('Login'); ?></a></li>
- 		<li><a href="<?php echo get_settings('siteurl'); ?>/wp-register.php"><?php _e('Register'); ?></a></li>
- 	</ul>
-  </li>
   <li id="meta"><?php _e('Meta:'); ?>
   	<ul>
  		<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
  		<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
--- 90,97 ----
  	<?php get_calendar(); ?>
   </li>
   <li id="meta"><?php _e('Meta:'); ?>
   	<ul>
+ 		<li><?php wp_register(); ?></li>
+ 		<li><?php wp_loginout(); ?></li>
  		<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
  		<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
***************
*** 103,106 ****
--- 99,103 ----
  		<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
  		<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>
+ 		<?php wp_meta(); ?>
  	</ul>
   </li>




More information about the cvs mailing list