Changeset 2135 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 01/24/2005 08:15:10 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/sidebar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r2079 r2135 37 37 <?php } ?> 38 38 </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 -->48 39 49 40 <?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?> … … 61 52 </li> 62 53 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(); ?> 69 56 70 57 <li><h2><?php _e('Meta'); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.