<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php /** * @author Marcin Mierzejewski <marcin.mierzejewski@zenzire.com> */ ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>"> <head> <title> <?php echo hsc($conf['title'])?> - <?php tpl_pagetitle()?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Author" content="Marcin Mierzejewski @ Zenzire"/> <meta name="Keywords" content="<?php if ( $conf['tpl_mmZire']['keywords'] ) echo $conf['tpl_mmZire']['keywords'].","; ?><?php tpl_pagetitle()?>"/> <meta name="Description" content="<?php if ( $conf['tpl_mmZire']['description'] ) echo $conf['tpl_mmZire']['description']; ?><?php tpl_pagetitle()?>"/> <?php tpl_metaheaders()?> <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>css/design.css" /> <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>css/menu1.css" /> <?php @include(dirname(__FILE__).'/meta.html')?> </head>