
Notepad HEADER
By:
sgodar on
Apr 24th, 2012 | syntax:
PHP | size: 2.38 KB | hits: 39 | expires: Never
<!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">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' |'; } ?> <?php bloginfo('name'); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/lt-ie7.css" type="text/css" media="screen" />
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/lte-ie7.css" type="text/css" media="screen" />
<![endif]-->
<!-- custom style-sheet -->
<?php if ( file_exists( dirname( __FILE__ ) . '/custom-style.css' ) ) : ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/custom-style.css" type="text/css" media="screen" />
<?php endif; ?>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="Shortcut Icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" type="image/x-icon" />
<!--we need this for plugins-->
<?php wp_head(); ?>
</head>
<body>
<div id="header">
<div id="title"><a href="http://www.careydanis.com" title="Carey Danis & Lowe | Attorneys at Law"><img src="http://test.madadmedia.com/wp-content/themes/Notepad/Notepad-Blue-Stripe/images/careydanisloweattorneysatlaw_headerlogo.jpg" alt="Carey Danis & Lowe | Attorneys at Law" title="Carey Danis & Lowe | Attorneys at Law" /></a></div>
<!--<div id="tagline"><?php bloginfo('description'); ?></div>-->
<ul id="menu">
<li class="<?php if (is_home()) { echo "current_page_item"; } ?>"><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
<?php //Lists pages (only parents) with no title ?>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</div>
<div id="container" class="clearfix">
<div id="wrap" class="clearfix">
<!--header.php end-->