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/unsleepable/bottomblock.php
<hr />
<div id="glass-bottomblock">
<?php /* WordPress Widget Support */ if (function_exists('dynamic_sidebar') and dynamic_sidebar('bottom-bar')) { } else { ?>

	<div class="bottomblockleft">
		<h2><?php _e('Recent Entries','unsleepable'); ?></h2>
		<div class="sb-latest">
		<ul>
			<?php wp_get_archives('type=postbypost&limit=11'); ?>
		</ul>
		</div>
	</div>

	<div class="bottomblockmiddle">
		<h2><?php _e('Categories','unsleepable'); ?></h2>
		<div class="sb-categories">
		<ul>
			<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
		</ul>
		</div>
	</div>

	<div class="bottomblockright">
		<h2><?php _e('Archives','unsleepable'); ?></h2>
		<div class="sb-months">
		<ul>
			<?php wp_get_archives('type=monthly'); ?>
		</ul>
		</div>
	</div>

<?php } ?>
</div>