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/freshy/sidebar.php
<?php global $freshy_options; ?>

	<div id="sidebar">
		<?php do_action( 'before_sidebar' ); ?>
		<div>
		<?php if ( !function_exists('dynamic_sidebar')
        || !dynamic_sidebar() ) : ?>
		<?php if(function_exists('yy_menu')) : ?>
			<h2><?php _e('Navigation',TEMPLATE_DOMAIN); ?></h2>
			<ul>
			<?php yy_menu('sort_column=menu_order&title_li=', 'hide_empty=0&sort_column=name&optioncount=1&title_li=&hierarchical=1&feed=RSS&feed_image='.get_bloginfo('stylesheet_directory').'/images/icons/feed-icon-10x10.gif'); ?>
			</ul>

		<?php elseif (function_exists('freshy_menu')):
			freshy_menu($freshy_options['args_pages'],$freshy_options['args_cats']);
		endif; ?>

			<h2><?php _e('Search',TEMPLATE_DOMAIN); ?></h2>
			<?php get_search_form(); ?>

			<h2><?php _e('Links',TEMPLATE_DOMAIN); ?></h2>
			<ul>
			<?php wp_list_bookmarks(); ?>
			</ul>
		<?php endif; ?>
		</div>
	</div>