public
Description: An elegant, flexible WordPress theme
Homepage: http://tarskitheme.com/
Clone URL: git://github.com/ionfish/tarski.git
tarski / header.php
100644 16 lines (10 sloc) 0.454 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html <?php language_attributes('html'); ?>><head>
<meta http-equiv="Content-Type" content="<?php echo get_bloginfo('html_type') .'; charset=' . get_bloginfo('charset'); ?>" />
<title><?php echo tarski_doctitle(); ?></title>
<?php wp_head(); ?>
 
</head><body id="<?php tarski_bodyid(); ?>" class="<?php tarski_bodyclass(); ?>"><div id="wrapper">
 
<div id="header">
 
<?php th_header(); ?>
 
</div>
 
<div id="content" class="clearfix">