1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<?php
3/**
4 * @author Oscar M. Lage <r0sk@userlinux.net>
5 */
6?>
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
8 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
9<head>
10  <title> <?php echo hsc($conf['title'])?> - <?php tpl_pagetitle()?></title>
11	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
12	<meta name="Author" content="Oscar M. Lage @ Userlinux"/>
13  <meta name="Keywords" content="<?php if ( $conf['tpl_rsk']['keywords'] ) echo $conf['tpl_rsk']['keywords'].","; ?><?php tpl_pagetitle()?>"/>
14  <meta name="Description" content="<?php if ( $conf['tpl_rsk']['description'] ) echo $conf['tpl_rsk']['description']; ?><?php tpl_pagetitle()?>"/>
15  <?php tpl_metaheaders()?>
16  <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>css/design.css" />
17  <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>css/menu1.css" />
18</head>
19