3 * Header file. For now, copy and paste from default theme and plaintxt
7 <html
<?php
language_attributes(); ?
>>
9 <meta charset
="<?php bloginfo( 'charset' ); ?>" />
12 * Print the <title> tag based on what is being viewed.
15 wp_title( '|', true, 'right' );
19 <link rel
="stylesheet" type
="text/css" media
="all" href
="<?php bloginfo( 'stylesheet_url' ); ?>" />
20 <link rel
="pingback" href
="<?php bloginfo( 'pingback_url' ); ?>" />