home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-content / themes / classic / header.php < prev    next >
Encoding:
PHP Script  |  2007-10-17  |  1.2 KB  |  29 lines

  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" <?php language_attributes(); ?>>
  3.  
  4. <head profile="http://gmpg.org/xfn/11">
  5.     <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  6.  
  7.     <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
  8.  
  9.     <style type="text/css" media="screen">
  10.         @import url( <?php bloginfo('stylesheet_url'); ?> );
  11.     </style>
  12.  
  13.     <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
  14.     <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
  15.     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
  16.  
  17.     <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  18.     <?php wp_get_archives('type=monthly&format=link'); ?>
  19.     <?php //comments_popup_script(); // off by default ?>
  20.     <?php wp_head(); ?>
  21. </head>
  22.  
  23. <body>
  24. <div id="rap">
  25. <h1 id="header"><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
  26.  
  27. <div id="content">
  28. <!-- end header -->
  29.