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/grid-focus/footer.strip.php
<?php
/**
 *	@package WordPress
 *	@subpackage Grid_Focus
 */
?>
<div class="navStripWrapper">

	<ul class="nav fix">
		<li><a href="<?php echo home_url( '/' ); ?>" title="<?php esc_attr_e( 'Return to the the frontpage', 'grid-focus' ); ?>"><?php _e( 'Frontpage', 'grid-focus' ); ?><br /><span><?php _e( 'Return home', 'get-focus' ); ?></span></a></li>
		<li><a id="triggerCatID2" href="#" title="<?php esc_attr_e( 'Show categories', 'grid-focus' ); ?>"><?php _e( 'Browse', 'grid-focus' ); ?><br /><span><?php _e( 'By topic', 'grid-focus' ); ?></span></a></li>
		<li class="last"><a href="<?php bloginfo('rss2_url'); ?>" title="<?php esc_attr_e( 'Subscribe to the main feed via RSS', 'grid-focus' ); ?>"><?php _e( 'Subscribe', 'grid-focus' ); ?><br /><span><?php _e( 'RSS feed', 'grid-focus' ); ?></span></a></li>
		<li id="searchBar">
			<?php get_search_form(); ?>
		</li>
	</ul>

	<div id="footerStrip" class="toggleCategories fix" style="display: none;">
		<ul class="fix">
		<?php wp_list_cats('sort_column=name&optioncount=0&exclude=10, 15'); ?>
		</ul>
	</div>

</div>