Make WordPress Core


Ignore:
Timestamp:
01/24/2005 08:15:10 AM (21 years ago)
Author:
saxmatt
Message:

Some Kubrick cleanups

File:
1 edited

Legend:

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

    r2079 r2135  
    3737            <?php } ?>
    3838            </li>
    39            
    40        
    41        
    42            
    43             <!-- The Calendar is disabled per default. Uncomment if you want to use it.
    44             <li><h2><?php _e('Calendar'); ?></h2>
    45                 <?php get_calendar(); ?>
    46             </li>
    47             -->
    4839
    4940            <?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
     
    6152            </li>
    6253
    63             <?php /* If this is the frontpage */ if (is_home()) { ?>               
    64                 <li><h2><?php _e('Links'); ?></h2>
    65                     <ul>
    66                         <?php get_links('-1', '<li>', '</li>', '<br />'); ?>
    67                     </ul>
    68                 </li>
     54            <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>             
     55                <?php get_links_list(); ?>
    6956               
    7057                <li><h2><?php _e('Meta'); ?></h2>
Note: See TracChangeset for help on using the changeset viewer.