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/martyknows.com/wp-content/themes/ocean-mist/sidebar.php
	<div id="sidebar">
	<?php do_action( 'before_sidebar' ); ?>
      <?php if ( !function_exists('dynamic_sidebar')
        || !dynamic_sidebar() ) : ?>

	  <div class="title">
        <h2><?php _e('Browse'); ?></h2>
      </div>
      <div class="post">
        <select name="archivemenu" onchange="document.location.href=this.options[this.selectedIndex].value;">
		<option value=""><?php _e('Monthly Archives'); ?></option>
          <?php get_archives('monthly','','option','','',''); ?>
        </select>
        <?php get_search_form(); ?>
	  </div>
	  <div class="title">
        <h2><?php _e('Links'); ?></h2>
      </div>
	  <div class="post">
	    <ul>
          <?php get_linksbyname('', '<li>', '</li>', '', TRUE, 'name', FALSE); ?>
		</ul>
      </div>
	  <div class="title">
        <h2><?php _e('Subscribe'); ?></h2>
      </div>
	  <div class="post">
	    <ul>
		<li><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Entries (RSS)'); ?></a></li>
		<li><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments (RSS)'); ?></a></li>
		</ul>
      </div>
<?php endif; ?>
</div>