Home
last modified time | relevance | path

Searched refs:conf (Results 126 – 150 of 978) sorted by relevance

12345678910>>...40

/template/mmzire/
H A Dheader.php7 <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']?>">
10 <title> <?php echo hsc($conf['title'])?> - <?php tpl_pagetitle()?></title>
13 …<meta name="Keywords" content="<?php if ( $conf['tpl_mmZire']['keywords'] ) echo $conf['tpl_mmZire…
14 …<meta name="Description" content="<?php if ( $conf['tpl_mmZire']['description'] ) echo $conf['tpl_…
/template/mmkanso/
H A Dheader.php9 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
11 <title> <?php echo hsc($conf['title'])?> :: <?php tpl_pagetitle()?></title>
14 …<meta name="Keywords" content="<?php if ( $conf['tpl_mmKanso']['keywords'] ) echo $conf['tpl_mmKan…
15 …<meta name="Description" content="<?php if ( $conf['tpl_mmKanso']['description'] ) echo $conf['tpl…
/template/bulma/
H A Dmain.php16 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
19 <html class="has-background-light" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
20 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
23 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
50 <?php echo $conf['title']; ?>
67 <?php tpl_include_page($conf['sidebar'], true, true) ?>
77 if($conf['breadcrumbs']) {
80 if($conf['youarehere']){ ?>
/template/simpleclean/
H A Dheader.php10 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
12 <title><?php tpl_pagetitle()?> [<?php echo hsc($conf['title'])?>]</title>
15 …<meta name="Keywords" content="<?php if ( $conf['tpl_simpleClean']['keywords'] ) echo $conf['tpl_s…
16 …<meta name="Description" content="<?php if ( $conf['tpl_simpleClean']['description'] ) echo $conf[…
/template/darkclean/
H A Dheader.php10 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
12 <title><?php tpl_pagetitle()?> [<?php echo hsc($conf['title'])?>]</title>
15 …<meta name="Keywords" content="<?php if ( $conf['tpl_mmClean']['keywords'] ) echo $conf['tpl_mmCle…
16 …<meta name="Description" content="<?php if ( $conf['tpl_mmClean']['description'] ) echo $conf['tpl…
/template/mmclean/
H A Dheader.php9 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
11 <title><?php tpl_pagetitle()?> [<?php echo hsc($conf['title'])?>]</title>
14 …<meta name="Keywords" content="<?php if ( $conf['tpl_mmClean']['keywords'] ) echo $conf['tpl_mmCle…
15 …<meta name="Description" content="<?php if ( $conf['tpl_mmClean']['description'] ) echo $conf['tpl…
/template/myown/
H A Dheader.php10 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
12 <title><?php tpl_pagetitle()?> [<?php echo hsc($conf['title'])?>]</title>
17 …<meta name="Keywords" content="<?php if ( $conf['tpl_MyOwn']['keywords'] ) echo $conf['tpl_MyOwn']…
18 …<meta name="Description" content="<?php if ( $conf['tpl_MyOwn']['description'] ) echo $conf['tpl_M…
/template/twigstarter/
H A DTemplateController.php28 global $conf;
43 $cache = $conf['cachedir'] . '/twig';
46 'cache' => $conf['allowdebug'] ? false : $cache,
47 'debug' => $conf['allowdebug'],
60 global $conf;
70 $classname = '\\dokuwiki\\template\\' . $conf['template'] . '\\CustomController';
83 if ($conf['allowdebug']) {
119 global $conf;
123 $classname = '\\dokuwiki\\template\\' . $conf['template'] . '\\' . $class;
145 global $conf;
[all …]
/template/ach/
H A Dmain.php15 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
16 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
43 <h1><?php tpl_link(wl(),$conf['title'],'accesskey="h" title="[ALT+H]"')?></h1>
47 <?php if($conf['breadcrumbs']){ ?>
50 <?php if($conf['youarehere']){ ?>
85 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
101 <?php if ($conf['useacl'] && $showTools): ?>
/template/mcz/
H A Dmain.php21 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
22 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
26 [<?php echo strip_tags($conf['title'])?>]
32 <meta name="Content-Language" content="<?php echo $conf['lang']?>" />
33 <meta name="Language" content="<?php echo $conf['lang']?>" />
55 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
84 <?php if($conf['breadcrumbs']){?>
91 <?php if($conf['youarehere']){?>
/template/kajukkd/
H A Dtpl_functions.php61 global $conf;
66 $out = '<div><img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" id="dokuwiki__top" accesskey="h" title="[H]" ></div>';
68 $_nstartpage = $INFO['namespace'] . ':' . $conf['start'];
85 global $conf;
90 $out = '<div><img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" id="dokuwiki__top" accesskey="h" title="[H]" ></div>';
92 $_nstartpage = $INFO['namespace'] . ':' . $conf['start'];
129 global $conf;
130 //strip_tags($conf['title'])
131 $out = '<div class="text-center" >' . tpl_link(wl($INFO['namespace'] . ':' . $conf['start']), p_get_first_heading(':' . $INFO['namespace'] . ':' . $conf['star
[all...]
/template/mnml-blog/
H A Dmain.php34 if (!empty($conf["useacl"])){
46 if (!empty($conf["lang"]) &&
47 $conf["lang"] != "en" &&
48 file_exists(DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php")){
51 include DOKU_TPLINC."/lang/".$conf["lang"]."/lang.php";
142 …tp://www.w3.org/1999/xhtml" xml:lang="<?php echo hsc($conf["lang"]); ?>" lang="<?php echo hsc($con…
145 <title><?php tpl_pagetitle(); echo " - ".hsc($conf["title"]); ?></title>
218 echo " class=\"tmpl_header_logo_txt\">".hsc($conf["title"])."</a>\n";
225 if (empty($conf["useacl"]) ||
289 if (empty($conf["useacl"]) ||
[all …]
/template/lisps/
H A Dtpl_header.php32 <?php if ($conf['tagline']): ?>
33 <p class="claim"><?php echo $conf['tagline']; ?></p>
39 <?php if ($conf['useacl']): ?>
57 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
59 <?php if($conf['youarehere']): ?>
62 <?php if($conf['breadcrumbs']): ?>
/template/drupal_garland_blue/
H A Dmain.php19 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
20 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
23 <title><?php tpl_pagetitle()?> | <?php echo strip_tags($conf['title'])?></title>
36 …<?php tpl_link(wl(),'<img src="'.DOKU_TPL.'images/logo.png" alt="'.$conf['title'].'"/>','name="dok…
42 …<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[…
77 if($conf['youarehere']) {
118 <?php $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : ''; ?>
H A Dtpl_functions.php54 global $conf;
58 if(!$conf['youarehere']) return false;
65 $parts = array($conf['start']);
70 $title = useHeading('navigation') ? p_get_first_heading($conf['start']) : $conf['start'];
71 if(!$title) $title = $conf['start'];
72 tpl_link(wl($conf['start']),hsc($title),'title="'.$conf['start'].'"');
80 if ($page == $conf['start']) continue; // Skip startpage
95 if($page == $conf['start']) return;
/template/dokucms/
H A Dmain.php18 <html lang="', $conf['lang'], '" dir="', $lang['direction'], '">
23 echo '[', strip_tags($conf['title']), ']
42 tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[ALT+H]"…
46 if($conf['breadcrumbs']){
52 if($conf['youarehere']){
111 if($conf['tpl']['dokucms']['showbacklinks']) {
121 if($conf['tpl']['dokucms']['showmedia'] and $ACT != 'login' and $ACT != 'logout') {
126 if($conf['tpl']['dokucms']['showsearch']) {
/template/docnavwiki/
H A Dtpl_header.php21 <?php if ($conf['tagline']): ?>
22 <p class="claim"><?php echo $conf['tagline']; ?></p>
28 <?php if ($conf['useacl']): ?>
59 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
61 <?php if($conf['youarehere']): ?>
64 <?php if($conf['breadcrumbs']): ?>
/template/wallpaper/
H A Dmain.php17 <html lang="', $conf['lang'],'" dir="', $lang['direction'], '">
22 echo ' [', strip_tags($conf['title']), ']';
27 if($conf['tpl']['wallpaper']['fixedbackground']) {
45 tpl_link(wl(),$conf['title'],' id="dokuwiki__top" accesskey="h" title="[ALT+H]"');
56 if($conf['breadcrumbs']){
58 } elseif($conf['youarehere']){
114 if($conf['tpl']['wallpaper']['showsearch']) {
119 if($conf['tpl']['wallpaper']['showmedia']) {
/template/starterbootstrap/
H A Dtpl_functions.php21 global $conf;
59 if (!isset($conf['tagline'])) {
60 $conf['tagline'] = tpl_getConf('tagline');
63 if (!isset($conf['sidebar'])) {
181 global $conf;
230 global $conf;
247 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
351 global $conf;
381 global $conf;
393 tpl_pagelink(':'.$conf['start']);
[all …]
/template/typowiki/typowiki/
H A Dmain.php14 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
16 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
17 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 <title><?php tpl_pagetitle() ?> | <?php echo strip_tags($conf['title']) ?></title>
51 $sitename_html = $logo_img . '<span>' . $conf['title'] . '</span>'; ?>
105 <?php if($conf['breadcrumbs']){ ?>
108 <?php if($conf['youarehere']){ ?>
137 <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
/template/ad-hominem/
H A Dmain.php16 $hasSidebar = page_findnearest($conf['sidebar']);
20 $htmlLang = ' lang="' . $conf['lang'] . ( $lang['direction'] != 'ltr' ? '" dir="'. $lang['direction'] : '') . '"';
26 <title><?php tpl_pagetitle() ?> &ndash; <?php echo str_replace(' ', ' ', strip_tags($conf['title'])) ?></title>
41 <h2 class="title"><?php tpl_link( my_homelink(), htmlentities($conf['title']), ''); ?></h2>
42 <p class="claim"><?php echo $conf['tagline']; ?></p>
69 tpl_include_page($conf['sidebar'], true, true);
74 <?php if($conf['breadcrumbs']) { my_breadcrumbs(str_repeat(chr(9),4)); } ?>
83 if($conf['youarehere']) { my_youarehere(str_repeat(chr(9),4)); }
/template/flarum/
H A Dmain.php15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT == 'show');
18 <html lang="<?php echo $conf['lang'] ?>" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo …
23 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
45 <?php if ($conf['tagline']) : ?>
46 <div class="hero-subtitle"><?= $conf['tagline']; ?></div>
57 <?php if ($conf['youarehere']) : ?>
/template/argon-alt/conf/
H A Ddefault.php7 $conf['discussionPage'] = 'discussion:@ID@';
8 $conf['userPage'] = 'user:@USER@:';
9 $conf['hideTools'] = 0;
10 $conf['showIcon'] = 1;
11 $conf['icon'] = 3;
12 $conf['favicon'] = 3;
/template/dokubook/conf/
H A Ddefault.php9 $conf['sb_pagename'] = 'navigation'; // the pagename for the navigation pages
10 $conf['sb_position'] = 'left';
11 $conf['ft_pagename'] = 'footer'; // the pagename for the footer page
12 $conf['closedwiki'] = 0; // set to true if you run a closed wiki
13 $conf['logo'] = ''; // path to an image used as logo
14 $conf['opengraphheading'] = 1; // add opengraph namespace prefixes to head section
/template/grassstains/conf/
H A Ddefault.php7 $conf['discussionPage'] = 'discussion:@ID@';
8 $conf['userPage'] = 'user:@USER@:';
9 $conf['hideTools'] = 1;
10 $conf['tagline'] = 'This is the tagline - explaining what this site is about.';
11 $conf['sidebarID'] = 'sidebar';
12 $conf['menuID'] = 'menu';

12345678910>>...40