HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguys.com/baronconstruct/wp-content/themes/classic/sidebar.php
<!-- begin sidebar -->
<div id="menu">

<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : ?>

</ul>

</div>

<?php return; ?>

<?php endif; ?>

	<?php wp_list_pages('title_li=' . __('Pages:')); ?>
	<?php wp_list_bookmarks('title_after=&title_before='); ?>
	<?php wp_list_categories('title_li=' . __('Categories:')); ?>
 <li id="search">
   <label for="s"><?php _e('Search:','classic'); ?></label>
   <form id="searchform" method="get" action="<?php bloginfo('url'); ?>/">
	<div>
		<input type="text" name="s" id="s" size="15" /><br />
		<input type="submit" value="<?php esc_attr_e( 'Search', 'classic' ); ?>" />
	</div>
	</form>
 </li>
 <li id="archives"><?php _e('Archives:','classic'); ?>
 	<ul>
	 <?php wp_get_archives('type=monthly'); ?>
 	</ul>
 </li>
 <li id="meta"><?php _e('Meta:','classic'); ?>
 	<ul>
		<?php wp_register(); ?>
		<li><?php wp_loginout(); ?></li>
		<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS','classic'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>','classic'); ?></a></li>
		<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS','classic'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>','classic'); ?></a></li>
		<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional','classic'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>','classic'); ?></a></li>
		<li><?php _e('<a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a>','classic'); ?></li>
		<li><?php _e('<a href="http://wordpress.com/">WordPress.com</a>','classic'); ?></li>
		<?php wp_meta(); ?>
	</ul>
 </li>

</ul>

</div>
<!-- end sidebar -->