HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/wordpress/wp-content/themes/googlechrome/header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<title><?php if(is_home() || is_search())  { bloginfo('name'); echo ' &raquo; '; bloginfo('description'); } else { wp_title(''); echo ' &raquo; '; bloginfo('name'); } ?></title>

<link rel="stylesheet" href="<?php bloginfo('template_url') ?>/blueprint/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="<?php bloginfo('template_url') ?>/style.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="<?php bloginfo('template_url') ?>/blueprint/print.css" type="text/css" media="print" />
<!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_url') ?>/blueprint/ie.css" type="text/css" media="screen, projection" /><![endif]-->
  
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body>
<div class="wrapper">
<div class='container'>
  
	<div class='headermenu span-24'>
        <ul>
        <li class="first"<?php if (!is_page()) { echo ' id="firstcurrent"'; } ?>><a href="<?php bloginfo('url') ?>" title="Home">Home</a></li>
		<?php 
        $menupages = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_type = 'page' AND post_status = 'publish' AND post_parent = 0 ORDER BY menu_order ASC");
        $menupagesnumber = count($menupages);
		$menupagescount = 1;
		foreach ($menupages as $menupage) :
        ?>
	        <li
			<?php 
			if (is_page($menupage->ID) && $menupagescount!=$menupagesnumber ) { 
				echo ' id="current"'; 
			}
			if ($menupagescount==$menupagesnumber) {
				echo ' class="last"';
			}
			if (is_page($menupage->ID) && $menupagescount==$menupagesnumber) {
				echo ' id="lastcurrent"';
			}
			$menupagescount++;
			?>>
            <a href="<?php echo get_permalink($menupage->ID); ?>" title="<?php echo $menupage->post_title; ?>"><?php echo $menupage->post_title; ?></a></li>

		<?php endforeach; ?>
        </ul>
	</div>
  
    <div class='header span-24'>
        <div class="alignright" style="width:310px">
			<div id="searchbox">
            <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
			<input type="text" name="s" id="s" class="search_input" value="<?php the_search_query(); ?>" />
			<input type="image" src="<?php bloginfo('template_url') ?>/images/transparent.gif" id="searchsubmit" />
			</form>
            </div>
	        <a class="menubookmark" href="http://www.addthis.com/bookmark.php" title="Bookmark and Share"></a>&nbsp;
            <a class="menufeed" href="<?php bloginfo('rss2_url'); ?>" title="Subscribe Feed"></a>&nbsp; 
        </div>
        <a class="menuhome" href="<?php bloginfo('url') ?>" title="Home"></a>&nbsp;
        <span class="blogtitle"><a href="<?php bloginfo('url') ?>" title="Home"><?php bloginfo('name') ?></a></span>
    </div>
    
    <div class='msgbartop span-24'><img src="<?php bloginfo('template_url') ?>/images/msgbartop.gif" alt="msgbartop" /></div>
    <div class='msgbar span-24'>
		<?php bloginfo('description') ?>
    </div>
    <div class='msgbarbottom span-24'><img src="<?php bloginfo('template_url') ?>/images/msgbarbottom.gif" alt="msgbarbottom" /></div>