-
+ 35950F5547A5D3D680B7DDEE33ECF49CB8590DBA88FCCEC2BD9456315647AC59F1AA6C9968BAEDD5C069E280CAAB171903A00D188F0D34667483D3ECFB19DCBD
mp-wp/wp-content/themes/classic/sidebar.php
(0 . 0)(1 . 47)
65802 <?php
65803 /**
65804 * @package WordPress
65805 * @subpackage Classic_Theme
65806 */
65807 ?>
65808 <!-- begin sidebar -->
65809 <div id="menu">
65810
65811 <ul>
65812 <?php /* Widgetized sidebar, if you have the plugin installed. */
65813 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
65814 <?php wp_list_pages('title_li=' . __('Pages:')); ?>
65815 <?php wp_list_bookmarks('title_after=&title_before='); ?>
65816 <?php wp_list_categories('title_li=' . __('Categories:')); ?>
65817 <li id="search">
65818 <label for="s"><?php _e('Search:'); ?></label>
65819 <form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
65820 <div>
65821 <input type="text" name="s" id="s" size="15" /><br />
65822 <input type="submit" value="<?php _e('Search'); ?>" />
65823 </div>
65824 </form>
65825 </li>
65826 <li id="archives"><?php _e('Archives:'); ?>
65827 <ul>
65828 <?php wp_get_archives('type=monthly'); ?>
65829 </ul>
65830 </li>
65831 <li id="meta"><?php _e('Meta:'); ?>
65832 <ul>
65833 <?php wp_register(); ?>
65834 <li><?php wp_loginout(); ?></li>
65835 <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
65836 <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
65837 <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
65838 <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
65839 <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>
65840 <?php wp_meta(); ?>
65841 </ul>
65842 </li>
65843 <?php endif; ?>
65844
65845 </ul>
65846
65847 </div>
65848 <!-- end sidebar -->