]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/sidebar.php
Wordpress 2.0.11
[autoinstalls/wordpress.git] / wp-content / themes / default / sidebar.php
index 03364b893edb40c755c4846d77c2c0c5db99b2ad..46d8ddddb3aceef8664ebe9cec897023376684d1 100644 (file)
@@ -1,6 +1,6 @@
        <div id="sidebar">
                <ul>
-                       
+
                        <li>
                                <?php include (TEMPLATEPATH . '/searchform.php'); ?>
                        </li>
                        <?php /* If this is a 404 page */ if (is_404()) { ?>
                        <?php /* If this is a category archive */ } elseif (is_category()) { ?>
                        <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
-                       
+
                        <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
                        <p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
                        for the day <?php the_time('l, F jS, Y'); ?>.</p>
-                       
+
                        <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
                        <p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
                        for <?php the_time('F, Y'); ?>.</p>
@@ -27,7 +27,7 @@
       <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
                        <p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
                        for the year <?php the_time('Y'); ?>.</p>
-                       
+
                 <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
                        <p>You have searched the <a href="<?php echo bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
                        for <strong>'<?php echo wp_specialchars($s); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
@@ -52,9 +52,9 @@
                                </ul>
                        </li>
 
-                       <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>                         
+                       <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
                                <?php get_links_list(); ?>
-                               
+
                                <li><h2>Meta</h2>
                                <ul>
                                        <?php wp_register(); ?>
@@ -66,7 +66,7 @@
                                </ul>
                                </li>
                        <?php } ?>
-                       
+
                </ul>
        </div>