diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-08-01 17:14:06 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-08-01 17:14:06 +0000 |
| commit | 8a0f5fc158bcd43251486dff98524753fc11f74b (patch) | |
| tree | f2be926c859d61f7f946bd8e7bc6ab13b5eae87b /wp-content/themes/default/sidebar.php | |
| parent | 503214a304ab0ce46df6feae4c052abcd941af98 (diff) | |
WP Merge
Display newest updated blogs on home page
Sidebar and footer: added links to signup and main blog
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@713 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content/themes/default/sidebar.php')
| -rw-r--r-- | wp-content/themes/default/sidebar.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wp-content/themes/default/sidebar.php b/wp-content/themes/default/sidebar.php index 0ce9b38..3dc24b1 100644 --- a/wp-content/themes/default/sidebar.php +++ b/wp-content/themes/default/sidebar.php @@ -58,6 +58,9 @@ <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li> <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li> + <?php $current_site = get_current_site(); ?> + <li><a href="http://<?php echo $current_site->domain . $current_site->path ?>wp-signup.php" title="Create a new blog">New Blog</a></li> + <li><a href="http://<?php echo $current_site->domain . $current_site->path ?>" title="<?php echo $current_site->site_name ?>"><?php echo $current_site->site_name ?></a></li> <?php wp_meta(); ?> </ul> </li> |
