Home
last modified time | relevance | path

Searched +full:nav +full:- +full:area +full:- +full:head +(+path:template +path:sprintdoc) -(+path:template +path:sprintdoc +path:lang) (Results 1 – 2 of 2) sorted by relevance

/template/sprintdoc/
H A Dmain.php15 header('X-UA-Compatible: IE=edge,chrome=1');
27 <html class="edge no-js" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
28 <head>
34 <meta charset="utf-8" />
35 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
46 <script type="text/javascript">(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
66 </head>
71 $classWideContent = (Template::getInstance())->fullWidthClas
[all...]
H A Ddetail.php13 header('X-UA-Compatible: IE=edge,chrome=1');
26 <html class="edge no-js" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
27 <head>
35 <meta charset="utf-8" />
36 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
47 <script type="text/javascript">(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
66 </head>
68 <body id="dokuwiki__top" class="<?php echo tpl_classes(); ?> wide-conten
[all...]