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/notepad/footer.php
<?php
/**
 * @package WordPress
 * @subpackage Notepad
 */
?>
</div>
<!--/wrapper -->

<div id="footer">
	<p class="generator">
		<a href="http://wordpress.com/" rel="generator">Get a free blog at WordPress.com</a>
	</p>
	<p class="credits">
		<?php printf( __( 'Theme: %1$s by %2$s.' ), 'Notepad', '<a href="http://www.ndesign-studio.com/" rel="designer">N. Design</a>' ); ?>
	</p>
</div>
<!--/footer -->

</div>
<!--/pagewrapper -->

<script type="text/javascript">
/* <![CDATA[ */
if(document.getElementById("s")) {
	document.getElementById("s").onfocus = function() {
		if (this.value == "<?php _e( 'Search...','notepad-theme' ); ?>")
			this.value = "";
	}
	document.getElementById("s").onblur = function() {
		if (this.value == '')
			this.value = "<?php _e( 'Search...','notepad-theme' ); ?>";
	}
}
/* ]]> */
</script>

<?php wp_footer(); ?>
</body>
</html>