1
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
2 |
|
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
4 |
|
|
5 |
<head> |
|
6 |
|
|
7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 |
|
|
9 |
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" title="style (screen)" /> |
|
10 |
|
|
11 |
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/tabs.css" type="text/css" media="screen" /> |
|
12 |
|
|
13 |
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/tabber.js"></script> |
|
14 |
|
|
15 |
|
|
16 |
|
|
17 |
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> |
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> |
|
22 |
|
|
23 |
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" /> |
|
24 |
|
|
25 |
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> |
|
26 |
|
|
27 |
|
|
28 |
|
|
29 |
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> |
|
30 |
|
|
31 |
|
|
32 |
|
|
33 |
<?php wp_head(); ?> |
|
34 |
|
|
35 |
</head> |
|
36 |
|
|
37 |
|
|
38 |
|
|
39 |
<body> |
|
40 |
|
|
41 |
<div id="wrap"> |
|
42 |
|
|
43 |
|
|
44 |
|
|
45 |
<div id="sitemeta"> |
|
46 |
|
|
47 |
<?php wp_loginout(); ?><?php wp_register(' | ', ''); ?> |
|
48 |
|
|
49 |
</div> |
|
50 |
|
|
51 |
<div id="content"> |
|
52 |
|
|
53 |
<form id="searchform" method="get" action="<?php bloginfo('url'); ?>/"> |
|
54 |
|