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 Marcin Mierzejewski <marcin.mierzejewski@zenzire.com> 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="Marcin Mierzejewski @ Zenzire"/> 13 <meta name="Keywords" content="<?php if ( $conf['tpl_mmZire']['keywords'] ) echo $conf['tpl_mmZire']['keywords'].","; ?><?php tpl_pagetitle()?>"/> 14 <meta name="Description" content="<?php if ( $conf['tpl_mmZire']['description'] ) echo $conf['tpl_mmZire']['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 19 <?php @include(dirname(__FILE__).'/meta.html')?> 20</head> 21