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/elegant-grunge/header.php
<?php
/**
 * @package WordPress
 * @subpackage Elegant Grunge
 */
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title(); ?> <?php bloginfo( 'name' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<!--[if lt IE 8]><link rel="stylesheet" media="all" href="<?php bloginfo( 'stylesheet_directory' ); ?>/ie.css" />
<![endif]-->
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
	if ( is_singular() && get_option( 'thread_comments' ) ) {
		wp_enqueue_script( 'comment-reply' );
	}
	wp_head();
?>
</head>
<body <?php body_class(); ?>>
	<div id="page">
	<?php do_action( 'before' ); ?>
		<div id="menu">
			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => '', 'menu_class' => 'menu-header' ) ); ?>
			<div class="clear"></div>
		</div><!-- #menu -->
		<div id="header-wrap">
			<?php if ( '' != get_header_image() ) : ?>
			<div id="header-image">
				<img src="<?php header_image(); ?>" alt="" /></a>
			</div>
			<?php endif; ?>
			<div id="header">
				<div>
					<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
					<?php if ( is_front_page() || is_archive() || is_category() || is_tag() ) { ?>
						<h1><?php bloginfo( 'name' ); ?></h1>
					<?php } else { ?>
						<h2><?php bloginfo( 'name' ); ?></h2>
					<?php } ?>
						<p id="blog-description"><?php bloginfo( 'description' ); ?></p>
					</a>
				</div>
			</div>
		</div><!-- #header-wrap -->