2008-09-27 11:49:27 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @package WordPress
|
|
|
|
* @subpackage Classic_Theme
|
|
|
|
*/
|
|
|
|
?>
|
2005-01-04 06:20:06 +01:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2007-01-17 01:01:21 +01:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
|
2005-01-04 06:20:06 +01:00
|
|
|
|
|
|
|
<head profile="http://gmpg.org/xfn/11">
|
2005-02-14 05:36:57 +01:00
|
|
|
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
|
2005-02-11 02:26:52 +01:00
|
|
|
|
2008-10-28 05:53:52 +01:00
|
|
|
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
|
2006-02-12 08:53:23 +01:00
|
|
|
|
2005-01-04 06:20:06 +01:00
|
|
|
<style type="text/css" media="screen">
|
|
|
|
@import url( <?php bloginfo('stylesheet_url'); ?> );
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
2006-11-19 08:56:05 +01:00
|
|
|
<?php wp_get_archives('type=monthly&format=link'); ?>
|
2005-01-04 06:20:06 +01:00
|
|
|
<?php //comments_popup_script(); // off by default ?>
|
|
|
|
<?php wp_head(); ?>
|
|
|
|
</head>
|
|
|
|
|
2009-02-02 20:21:38 +01:00
|
|
|
<body <?php body_class(); ?>>
|
2005-01-04 06:20:06 +01:00
|
|
|
<div id="rap">
|
2005-11-17 11:10:10 +01:00
|
|
|
<h1 id="header"><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
|
2005-01-04 06:20:06 +01:00
|
|
|
|
|
|
|
<div id="content">
|
2005-11-17 11:10:10 +01:00
|
|
|
<!-- end header -->
|