Changeset 5151 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 03/31/2007 04:57:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r5127 r5151 1 1 <div id="sidebar"> 2 2 <ul> 3 3 <?php /* Widgetized sidebar, if you have the plugin installed. */ 4 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> 4 5 <li> 5 6 <?php include (TEMPLATEPATH . '/searchform.php'); ?> … … 67 68 </li> 68 69 <?php } ?> 69 70 71 <?php endif; ?> 70 72 </ul> 71 73 </div>
Note: See TracChangeset
for help on using the changeset viewer.