Home
last modified time | relevance | path

Searched refs:conf (Results 301 – 325 of 978) sorted by path

1...<<11121314151617181920>>...40

/template/dokubrick/
H A Ddetail.php20 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
25 [<?php echo strip_tags($conf['title'])?>]
H A Dmain.php25 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
26 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
31 [<?php echo strip_tags($conf['title'])?>]
50 <?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" accesskey="h" title="[ALT+H]"')?>
57 <?php ($conf['youarehere'] != 1) ? tpl_breadcrumbs() : tpl_youarehere();?>
H A Dmediamanager.php16 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
21 [<?php echo strip_tags($conf['title'])?>]
H A Dtpl_functions.php51 global $conf;
180 ($conf['youarehere'] != 1) ? tpl_breadcrumbs() : tpl_youarehere();
234 global $conf;
236 $dir = $conf['datadir'];
250 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/template/dokucms/conf/
H A Ddefault.php10 $conf['tpl']['dokucms']['sidebar'] = 'index'; // 'file' or 'index'
11 $conf['tpl']['dokucms']['cleanindex'] = 0; // 1 or 0
12 $conf['tpl']['dokucms']['cleanindexlist'] = ''; // empty or comma-separated list of namespaces
13 $conf['tpl']['dokucms']['showsearch'] = 0; // 1 or 0
14 $conf['tpl']['dokucms']['showbacklinks'] = 0; // 1 or 0
15 $conf['tpl']['dokucms']['showmedia'] = 0; // 1 or 0
16 $conf['tpl']['dokucms']['sidebaredit'] = 1; // 1 or 0
/template/dokucms/
H A Ddetail.php16 <html lang="', $conf['lang'], '" dir="ltr">
19 <title>', hsc(tpl_img_getTag('IPTC.Headline',$IMG)), ' [', strip_tags($conf['title']),']
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']) {
H A Dmediamanager.php14 <html lang="', $conf['lang'], '" dir="ltr">
17 <title>', hsc($lang['mediaselect']), ' [', strip_tags($conf['title']), ']</title>';
H A Dtpl_functions.php20 global $conf;
26 $tpl = $conf['template'];
74 global $conf;
75 $tpl = $conf['template'];
93 global $conf;
95 $dir = $conf['datadir'];
96 $tpl = $conf['template'];
97 if(isset($conf['start'])) {
98 $start = $conf['start'];
164 global $conf;
[all …]
/template/dokufreech/
H A Ddetail.php15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 [<?php echo strip_tags($conf['title'])?>]
H A Dmain.php14 $hasSidebar = page_findnearest($conf['sidebar']);
17 <html 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>
45 <?php tpl_include_page($conf['sidebar'], 1, 1) ?>
H A Dmediamanager.php13 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
18 [<?php echo strip_tags($conf['title'])?>]
H A Dtpl_footer.php18 $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
H A Dtpl_header.php28 '<img src="'.$logo.'" '.$logoSize[3].' alt="" /> <span>'.$conf['title'].'</span>',
32 <?php if ($conf['tagline']): ?>
33 <p class="claim"><?php echo $conf['tagline']; ?></p>
39 <?php if ($conf['useacl']): ?>
77 <?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
79 <?php if($conf['youarehere']): ?>
82 <?php if($conf['breadcrumbs']): ?>
/template/dokukit/conf/
H A Ddefault.php12 $conf['sidebar'] = 'index'; // 'file' or 'index'
13 $conf['cleanindex'] = 0; // 1 or 0
15 $conf['showsearch'] = 1; // 1 or 0
16 $conf['sidebaredit'] = 1; // 1 or 0
17 $conf['showextlinks'] = 1; // 1 or 0
18 $conf['extlinks'] = 'extlinks'; //filename
21 $conf['shortinstitute'] = 'TI'; //instituts short name
22 $conf['title_prefix'] = 'TI - '; //prefix string
23 $conf['showlogin'] = 1; //show loginbutton
24 $conf['boxfiles'] = ''; //comma separated list of files
[all …]
/template/dokukit/
H A Ddetail.php16 <html lang="', $conf['lang'], '" dir="ltr">
19 <title>', hsc(tpl_img_getTag('IPTC.Headline',$IMG)), ' [', strip_tags($conf['title']),']
H A Dmain.php21 <html lang="', $conf['lang'], '" dir="', $lang['direction'], '">
26 preg_replace('/^'.$conf['lang'].':/','',tpl_pagetitle(null, true)), '</title>',
45 if(!$_SERVER['REMOTE_USER']) $conf['plugin']['translation']['checkage'] = 0;
47 …if(null != tpl_getConf("institute_".$conf['lang'])) $conf['title'] = tpl_getConf("institute_".$con…
59 …tLang('kitlogo').'"><img src="'.DOKU_URL.'/lib/tpl/dokukit/images/logo_'.$conf['lang'].'_163.jpg" …
64 $title = $conf['title'];
H A Dmediamanager.php14 <html lang="', $conf['lang'], '" dir="ltr">
17 <title>', hsc($lang['mediaselect']), ' [', strip_tags($conf['title']), ']</title>';
H A Dtpl_functions.php22 global $conf;
66 global $conf;
73 …if($ID != $conf['start'] && $ID != $conf['lang'].':'.$conf['start'] || !tpl_getConf('showboxes'))…
120 global $conf;
121 $tpl = $conf['template'];
142 global $conf;
144 $dir = $conf['datadir'];
145 $tpl = $conf['template'];
146 $start = isset($conf['start']) ? $conf['start'] : 'start';
200 global $conf;
[all …]
/template/dokukitv2/conf/
H A Ddefault.php2 $conf['menu'] = 'index'; // 'file' or 'index'
3 $conf['bighead'] = 'yes'; // 'file' or 'index'
4 $conf['menusite'] = 'menubar'; // name of dokuwiki site
5 $conf['footer'] = 'footer'; // name of dokuwiki site
6 $conf['cleanindexlist'] = 'wiki,playground'; // empty or comma-separated list of namespaces
7 $conf['institute_de'] = "Mein Institut"; //german institute name
8 $conf['institute_en'] = "My Institute"; //english institute name
9 $conf['shortinstitute'] = 'MY'; //instituts short name
10 $conf['title_prefix'] = 'MY - '; //prefix string
/template/dokukitv2/
H A Ddetail.php15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 [<?php echo strip_tags($conf['title'])?>]
H A Dmain.php12 <html lang="', $conf['lang'], '" dir="', $lang['direction'], '">
18 preg_replace('/^'.$conf['lang'].':/','',tpl_pagetitle(null, true)),
48 <a id="logo_oe_name" href="', wl($conf['start']),'">', $conf['title'] ,'</a>
51 <li>', html_wikilink(':' . $conf['start'], 'Home') ,'</li>';
71 if(!$_SERVER['REMOTE_USER']) $conf['plugin']['translation']['checkage'] = 0;
73 …if(null != tpl_getConf("institute_".$conf['lang'])) $conf['title'] = tpl_getConf("institute_".$con…
75 echo strtoupper($conf['lang']);
100 <li class="meta">', html_wikilink(':' . $conf['start'], 'Home') ,'</li>
120 $ID == $conf['start'] &&
H A Dmediamanager.php13 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
18 [<?php echo strip_tags($conf['title'])?>]
H A Dtpl_functions.php28 global $conf;
123 global $ID, $conf;
126 if($num == 1 && $trace[0] == $conf['start']) return ;
130 <a href="', wl($conf['start']),'">', tpl_getConf("institute_".$conf['lang']), '</a>
/template/dokumac/
H A DREADME6 To enable the skin open your <dokuwiki-path>/conf/dokuwiki.php
7 and change $conf['template'] variable to doku_mac value:
8 $conf['template'] = 'doku_mac';

1...<<11121314151617181920>>...40