Advertisement
sgodar

Notepad HEADER

Apr 24th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head profile="http://gmpg.org/xfn/11">
  4.  
  5. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  6.  
  7. <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' |'; } ?> <?php bloginfo('name'); ?></title>
  8.  
  9. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
  10.  
  11. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  12. <!--[if lt IE 7]>
  13.   <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/lt-ie7.css" type="text/css" media="screen" />
  14. <![endif]-->
  15. <!--[if lte IE 7]>
  16.   <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/lte-ie7.css" type="text/css" media="screen" />
  17. <![endif]-->
  18. <!-- custom style-sheet -->
  19. <?php if ( file_exists( dirname( __FILE__ ) . '/custom-style.css' ) ) : ?>
  20.     <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/custom-style.css" type="text/css" media="screen" />
  21. <?php endif; ?>
  22.  
  23. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  24. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  25. <link rel="Shortcut Icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" type="image/x-icon" />
  26.  
  27. <!--we need this for plugins-->
  28. <?php wp_head(); ?>
  29. </head>
  30.  
  31. <body>
  32.  
  33. <div id="header">
  34.  
  35.     <div id="title"><a href="http://www.careydanis.com" title="Carey Danis &amp; Lowe | Attorneys at Law"><img src="http://test.madadmedia.com/wp-content/themes/Notepad/Notepad-Blue-Stripe/images/careydanisloweattorneysatlaw_headerlogo.jpg" alt="Carey Danis &amp; Lowe | Attorneys at Law" title="Carey Danis &amp; Lowe | Attorneys at Law" /></a></div>
  36.         <!--<div id="tagline"><?php bloginfo('description'); ?></div>-->
  37.  
  38.     <ul id="menu">
  39.         <li class="<?php if (is_home()) { echo "current_page_item"; } ?>"><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
  40.         <?php //Lists pages (only parents) with no title ?>
  41.         <?php wp_list_pages('title_li=&depth=1'); ?>
  42.     </ul>
  43. </div>
  44.  
  45. <div id="container" class="clearfix">
  46. <div id="wrap" class="clearfix">
  47.  
  48. <!--header.php end-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement