<?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="<?php echo $locale; ?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>">
<title><?php if ($request->display_entry && isset($post)) { echo "{$post->title} - "; } ?><?php Options::out( 'title' ) ?></title>
<meta name="generator" content="Habari">
<link rel="stylesheet" type="text/css" media="print" href="<?php Site::out_url( 'vendor'); ?>/blueprint/print.css">
<link rel="stylesheet" type="text/css" media ="screen" href="<?php Site::out_url( 'vendor'); ?>/blueprint/screen.css">
<link rel="stylesheet" type="text/css" media="screen" href="<?php Site::out_url( 'theme' ); ?>/style.css">
<link rel="Shortcut Icon" href="<?php Site::out_url( 'theme' ); ?>/favicon.ico">
<?php echo $theme->header(); ?>
</head>
<body class="<?php echo $theme->body_class(); ?>">
<!--begin wrapper-->
<div id="wrapper" class="container prepend-1 append-1">
<!--begin masthead-->
<div id="masthead" class="span-15 pull-1">
<div id="branding">
<h1><a href="<?php Site::out_url( 'habari'); ?>" title="<?php Options::out( 'title' ); ?>"> <?php Options::out( 'title' ); ?></a></h1>
<h3 class="prepend-1"><em><?php Options::out( 'tagline' ); ?></em></h3>
</div>
</div>
<!--end masthead-->