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/under-the-influence/sidebar.php
<?php
/**
 * @package WordPress
 * @subpackage Under_the_Influence
 */
?>
	<div id="sidebar">
		<ul><?php 	/* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar') ) : ?>	<li></li></ul>
		<ul>


			<?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
		</ul>
		<ul>
			<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
				

				<li><h2><?php _e('Meta', 'uti_theme')?></h2>
				<ul>
					<?php wp_register(); ?>
					<li><?php wp_loginout(); ?></li>
					<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><?php _e('Valid', 'uti_theme')?><abbr title="eXtensible HyperText Markup Language"> XHTML</abbr></a></li>
					<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
					<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
					<?php wp_meta(); ?>
				</ul>
				</li><?php } ?>
               <li>
				<?php get_search_form(); ?>
			</li>
			

			<?php endif; ?>
             
		</ul>
        <div id="credits">
        <?php _e('theme by', 'uti_theme')?><a href="http://www.spaceperson.net/" target="_blank"> spaceperson</a><br /> 
       <?php _e('powered by', 'uti_theme')?><a href="http://wordpress.org/"> WordPress</a>
		<br /><?php _e('follow via', 'uti_theme')?><a href="<?php bloginfo('rss2_url'); ?>"> RSS</a>
      </div>
       
	</div>