Home
last modified time | relevance | path

Searched refs:conf (Results 726 – 750 of 978) sorted by relevance

1...<<21222324252627282930>>...40

/template/simple_sidebar/conf/
H A Ddefault.php2 $conf['sbar_closed'] = '';
3 $conf['sidebar_off'] = 0;
/template/r7thblog1/
H A Dconf.php13 $conf['sidebar-theme']['sidebar_pagename'] = 'sidebar'; //string to declare custom sidebar pages:
16 $conf['sidebar-theme']['default_sidebar_name'] = 'default_sidebar'; // the name of sidebar by defau…
/template/pinkberrynight/conf/
H A Ddefault.php7 $conf['hideTools'] = 0;
8 $conf['sidebarIsNav'] = 1;
/template/bulma/conf/
H A Ddefault.php7 $conf['hideTools'] = 0;
8 $conf['sidebarIsNav'] = 1;
/template/wikipraktik/conf/
H A Ddefault.php8 $conf['footer'] = '';
9 $conf['wiki'] = 1;
/template/dokubook2/conf/
H A Ddefault.php9 $conf['pagename'] = 'navigation'; // the pagename for the navigation pages
10 $conf['closedwiki'] = false; // set to true if you run a closed wiki
/template/simpleclean/
H A Dfooter.php11 <?php if ( true == $conf['tpl_simpleClean']['searchForm'] ) { ?>
14 <?echo $conf['tpl_simpleClean']['footer']; ?>
/template/myown/
H A Dfooter.php11 <?php if ( true == $conf['tpl_MyOwn']['searchForm'] ) { ?>
14 <?echo $conf['tpl_MyOwn']['footer']; ?>
/template/khum1/conf/
H A Ddefault.php9 $conf["khum1_userpage"] = true; //TRUE: use/show user pages
10 $conf["khum1_userpage_ns"] = "user:"; //namespace to use for user page storage
/template/kiwiki/partial/
H A Dbreadcrumb.php
/template/writers/
H A Dtpl_functions.php52 global $conf;
72 global $conf;
77 if ($_SERVER['REMOTE_USER'] || !$conf['useacl'] || !actionOK('register')) return;
/template/mystyle/
H A Dtpl_functions.php15 global $conf;
22 if(@file_exists(DOKU_TPLINC.'lang/'. $conf['lang'].'/nonavigation.txt')) {
23 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/nonavi…
/template/templar/
H A Dtpl_header.php15 <?php if($conf['youarehere']){ ?>
18 <?php if($conf['breadcrumbs']){ ?>
/template/a_free_worldic/
H A Dtpl_functions.php87 global $conf;
222 ($conf['youarehere'] != 1) ? tpl_breadcrumbs() : tpl_youarehere();
283 global $conf;
285 $dir = $conf['datadir'];
299 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/template/scanlines/
H A Dmain.php35 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
36 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
39 <title><?php tpl_pagetitle()?>[<?php echo strip_tags($conf['title'])?>]</title>
/template/a_new_day/
H A Dtpl_functions.php83 function tpl_translation($conf) { argument
84 if (file_exists(dirname(__FILE__).'/lang/'.$conf.'/settings.php'))
86 return $conf;
/template/arctic-mbo/
H A Dmain.php26 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
27 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
32 [<?php echo strip_tags($conf['title'])?>]
/template/minimalism/
H A Dmediamanager.php4 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['l…
/template/bootie/
H A Dtpl_header.php9 global $conf;
68 if ($conf['breadcrumbs']) {
/template/roundbox/
H A Dmediamanager.php22 <html lang="<?php echo $conf['lang']?>" dir="ltr">
27 [<?php echo strip_tags($conf['title'])?>]
/template/minima/
H A Dmediamanager.php22 <html lang="<?php echo $conf['lang']?>" dir="ltr">
27 [<?php echo strip_tags($conf['title'])?>]
/template/dokukit/
H A Dmediamanager.php14 <html lang="', $conf['lang'], '" dir="ltr">
17 <title>', hsc($lang['mediaselect']), ' [', strip_tags($conf['title']), ']</title>';
/template/wallpaper/
H A Dmediamanager.php15 <html lang="', $conf['lang'], '" dir="ltr">
18 <title>',hsc($lang['mediaselect']), ' [', strip_tags($conf['title']), ']</title>
/template/dokucms/
H A Dmediamanager.php14 <html lang="', $conf['lang'], '" dir="ltr">
17 <title>', hsc($lang['mediaselect']), ' [', strip_tags($conf['title']), ']</title>';
/template/zenith/
H A Dtpl_header.php33 <?php if ($conf['tagline']): ?>
34 <p class="claim"><?php echo $conf['tagline']; ?></p>

1...<<21222324252627282930>>...40