1*f31951d4SAndreas Gohr<!DOCTYPE html> 2*f31951d4SAndreas Gohr<html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js"> 3*f31951d4SAndreas Gohr<head> 4*f31951d4SAndreas Gohr <meta charset="utf-8"/> 5*f31951d4SAndreas Gohr <title> 6*f31951d4SAndreas Gohr <?php echo $title ?> 7*f31951d4SAndreas Gohr </title> 8*f31951d4SAndreas Gohr <script>(function (H) { 9*f31951d4SAndreas Gohr H.className = H.className.replace(/\bno-js\b/, 'js') 10*f31951d4SAndreas Gohr })(document.documentElement)</script> 11*f31951d4SAndreas Gohr <?php tpl_metaheaders() ?> 12*f31951d4SAndreas Gohr <meta name="viewport" content="width=device-width,initial-scale=1"/> 13*f31951d4SAndreas Gohr <?php echo tpl_favicon(array('favicon', 'mobile')) ?> 14*f31951d4SAndreas Gohr <?php tpl_includeFile('meta.html') ?> 15*f31951d4SAndreas Gohr</head> 16*f31951d4SAndreas Gohr 17*f31951d4SAndreas Gohr<body> 18*f31951d4SAndreas Gohr<!--[if lte IE 8 ]> 19*f31951d4SAndreas Gohr<div id="IE8"><![endif]--> 20*f31951d4SAndreas Gohr<div class="dokuwiki"> 21*f31951d4SAndreas Gohr <div class="page"> 22*f31951d4SAndreas Gohr <?php echo $body ?> 23*f31951d4SAndreas Gohr </div> 24*f31951d4SAndreas Gohr</div> 25*f31951d4SAndreas Gohr<!--[if lte IE 8 ]></div><![endif]--> 26*f31951d4SAndreas Gohr</body> 27*f31951d4SAndreas Gohr</html> 28