/template/mikio/conf/ |
H A D | default.php | 11 $conf['iconTag'] = 'icon'; 12 $conf['customTheme'] = ''; 13 $conf['showNotifications'] = 'always'; 14 $conf['useLESS'] = 1; 15 $conf['brandURLGuest'] = ''; 16 $conf['brandURLUser'] = ''; 17 $conf['showLightDark'] = 0; 18 $conf['autoLightDark'] = 0; 20 $conf['navbarUseTitleIcon'] = 1; 21 $conf['navbarTitleIconHeigh [all...] |
/template/vector/conf/ |
H A D | default.php | 36 $conf["vector_userpage"] = 1; //1: use/show user pages 37 $conf["vector_userpage_ns"] = ":wiki:user:"; //namespace to use for user page storage 40 $conf["vector_discuss"] = 1; //1: use/show discussion pages 44 $conf["vector_sitenotice"] = 1; //1: use/show sitenotice 49 $conf["vector_navigation"] = 1; //1: use/show navigation 54 $conf["vector_exportbox"] = 1; //1: use/show exportbox 59 $conf["vector_toolbox"] = 1; //1: use/show toolbox 64 $conf["vector_qrcodebox"] = 1; //1: use/show box with QR Code of current page's URL 67 $conf["vector_copyright"] = 1; //1: use/show copyright notice 73 $conf["vector_donate"] = 0; //1: use/show donation link/button [all …]
|
/template/monobook/conf/ |
H A D | default.php | 36 $conf["monobook_userpage"] = 1; //1: use/show user pages 37 $conf["monobook_userpage_ns"] = ":wiki:user:"; //namespace to use for user page storage 40 $conf["monobook_discuss"] = 1; //1: use/show discussion pages 41 $conf["monobook_discuss_ns"] = ":talk:"; //namespace to use for discussion page storage 44 $conf["monobook_sitenotice"] = 1; //1: use/show sitenotice 49 $conf["monobook_navigation"] = 1; //1: use/show navigation 54 $conf["monobook_copyright"] = 1; //1: use/show copyright notice 60 $conf["monobook_search"] = 1; //1: use/show search form 63 $conf["monobook_toolbox"] = 1; //1: use/show toolbox 69 $conf["monobook_qrcodebox"] = 1; //1: use/show box with QR Code of current page's URL [all …]
|
/template/scanlines/conf/ |
H A D | default.php | 29 $conf['sidebar'] = 'right'; // sidebar on th… 31 $conf['main_sidebar_always'] = 1; // show main sidebar on all namespac… 41 $conf['userbar'] = 1; // show userbar on top 42 $conf['sitemap'] = 1; // show sitemap-button in navig… 43 $conf['logo'] = 'text'; // the logo consists of text 44 $conf['logo_image'] = ''; // path to the logo-image 46 $conf['logo_yourname'] = 'by your name'; // your name in the logo 47 $conf['navibutton1'] = '[[start|Home]]'; // navibutton1 in the naviga… 48 $conf['navibutton2'] = '[[blog|Blog]]'; // navibutton2 in the navigat… 50 $conf['navibutton4'] = '[[about|About]]'; // navibutton4 in the navig… [all …]
|
/template/kkh/ |
H A D | main.php | 16 $hasSidebar = page_findnearest($conf['sidebar']); 20 if ($conf['tpl']['kkh']['color background'] == '') $conf['tpl']['kkh']['color background'] = "#eeee… 21 if ($conf['tpl']['kkh']['color header'] == '') $conf['tpl']['kkh']['color header'] = "#aaaaaa"; 43 …<?php if (isset($conf['tpl']['kkh']['color background'])) echo "background: ".$conf['tpl']['kkh'][… 68 <?php if ($conf['tpl']['kkh']['animation']===1): ?> 102 …if (!isset($conf['tpl']['kkh']['logo_image']) || $conf['tpl']['kkh']['logo_image']=='') $conf['tpl… 106 if (!isset($conf['tpl']['kkh']['loader_image']) || 107 $conf['tpl']['kkh']['loader_image']=='' || 115 <span><?php if ($conf['tpl']['kkh']['show_title']===1) echo $conf['title']; ?></span> 191 <?php if ($conf['tpl']['kkh']['slider show']): ?> [all …]
|
/template/arctictut/conf/ |
H A D | default.php | 9 $conf['sidebar'] = 'both'; // enable/disable sidebar 10 $conf['pagename'] = 'sidebar'; // the pagename for sidebars in… 12 $conf['group_sidebar_namespace'] = 'group'; // namespace to look for groups… 13 $conf['trace'] = 1; // show trace at top of the page 14 $conf['main_sidebar_always'] = 1; // show main sidebar on all namespaces 15 $conf['wiki_actionlinks'] = 'links'; // use buttons instead of links 16 $conf['left_sidebar_content'] = 'main,user,namespace'; // defines the content of the l… 23 $conf['logoname'] = 'headerlogo.png'; // name of the headerlogo 24 $conf['logowidth'] = '128px'; // width of the headerlogo 25 $conf['logoheigth'] = '128px'; // heigth of the headerlogo [all …]
|
/template/arctic-mbo/conf/ |
H A D | default.php | 9 $conf['sidebar'] = 'left'; // enable/disable sidebar 10 $conf['pagename'] = 'sidebar'; // the pagename for sidebars in… 11 $conf['user_sidebar_namespace'] = 'user'; // namespace to look for namesp… 12 $conf['group_sidebar_namespace'] = 'group'; // namespace to look for groups… 13 $conf['trace'] = 1; // show trace at top of the page 14 $conf['main_sidebar_always'] = 1; // show main sidebar on all namespaces 15 $conf['wiki_actionlinks'] = 'links'; // use buttons instead of links 16 $conf['left_sidebar_content'] = 'main,user,group,namespace'; // defines the content of the l… 17 $conf['left_sidebar_order'] = 'main,namespace,user,group'; // defines the order of the lef… 18 $conf['right_sidebar_content'] = 'main,user,group,namespace'; // defines the content of the r… [all …]
|
/template/bootstrap3/conf/ |
H A D | default.php | 9 $conf['bootstrapTheme'] = 'default'; 10 $conf['bootswatchTheme'] = 'yeti'; 11 $conf['browserTitle'] = '@TITLE@ [@WIKI@]'; 12 $conf['browserTitleCharSepNS'] = '-'; 13 $conf['browserTitleOrderNS'] = 'normal'; 14 $conf['browserTitleShowNS'] = 0; 15 $conf['collapsibleSections'] = 0; 16 $conf['cookieLawBannerPage'] = 'cookie:banner'; 17 $conf['cookieLawPolicyPage'] = 'cookie:policy'; 18 $conf['customThem [all...] |
/template/roundbox/conf/ |
H A D | default.php | 6 $conf['rb_theme'] = 'evening'; // theme 8 $conf['rb_tagline'] = ''; // tagline under wiki title 12 $conf['rb_sidebar_orientation'] = 'left'; // side the sidebar is on left|right 13 $conf['rb_sitenav'] = true; // show site navigation in sidebar true|false 14 $conf['rb_uselinks'] = true; // use links instead of buttons 15 $conf['rb_main_sidebar'] = false; // Always show main sidebar 16 $conf['rb_showeditbtn'] = false; // Show Edit button on sidebar 23 $conf['rb_private'] = false; // Private wiki 26 $conf['rb_actions'] = array( 41 $conf['rb_act_ac_lvl'] = array( [all …]
|
/template/arctic/conf/ |
H A D | default.php | 10 $conf['sidebar'] = 'left'; // enable/disable sidebar 11 $conf['pagename'] = 'sidebar'; // the pagename for sidebars in… 12 $conf['user_sidebar_namespace'] = 'user'; // namespace to look for namesp… 13 $conf['group_sidebar_namespace'] = 'group'; // namespace to look for groups… 14 $conf['trace'] = 1; // show trace at top of the page 15 $conf['main_sidebar_always'] = 1; // show main sidebar on all nam… 16 $conf['wiki_actionlinks'] = 'links'; // use buttons instead of links 17 $conf['left_sidebar_content'] = 'main,user,group,namespace'; // defines the content of the l… 18 $conf['left_sidebar_order'] = 'main,namespace,user,group'; // defines the order of the lef… 19 $conf['right_sidebar_content'] = 'main,user,group,namespace'; // defines the content of the r… [all …]
|
/template/kkh/conf/ |
H A D | default.php | 3 $conf['logo_image'] = ''; 4 $conf['logo_loader'] = ''; 5 $conf['loader_image'] = ''; 8 $conf['slider show'] = 0; 9 $conf['slider text'] = ""; 10 $conf['slider link'] = ""; 12 $conf['hide search'] = 0; 13 $conf['animation'] = 0; 14 $conf['transparent start'] = 0; 18 $conf['color header'] = ""; [all …]
|
/template/dokukit/conf/ |
H A D | default.php | 12 $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/a_new_day/conf/ |
H A D | default.php | 9 $conf['btl_sidebar_position'] = 'left' ; 10 $conf['btl_sidebar_name'] = 'sidebar' ; 11 $conf['btl_sidebar_independent'] = 0; 12 $conf['btl_action_palette'] = 0; 13 $conf['btl_hide_user_actions'] = 0; 14 $conf['btl_hide_page_actions'] = 0; 15 $conf['btl_hide_wiki_actions'] = 0; 16 $conf['btl_hide_submit_actions'] = 1; 17 $conf['btl_default_page_actions_status'] = 'open'; 19 $conf['btl_default_user_actions_status'] = 'open'; [all …]
|
/template/mnml-blog/conf/ |
H A D | default.php | 34 $conf["mnmlblog_headernav"] = 0; //1: use/show header navigation 35 $conf["mnmlblog_headernav_location"] = ":wiki:navigation_header"; //page/article used to store the … 38 $conf["mnmlblog_sidebarnav"] = 1; //1: use/show sidebar navigation 39 $conf["mnmlblog_sidebarnav_location"] = ":wiki:navigation_sidebar"; //page/article used to store th… 42 $conf["mnmlblog_copyright"] = 1; //1: use/show copyright notice 43 $conf["mnmlblog_copyright_default"] = 1; //1: use default copyright notice (if copyright notice is… 44 $conf["mnmlblog_copyright_location"] = ":wiki:copyright"; //page/article used to store a custom cop… 47 $conf["mnmlblog_search"] = 1; //1: use/show search 48 $conf["mnmlblog_search_pos"] = "sidebar"; //sidebar or headernav 51 $conf["mnmlblog_qrcodebox"] = 1; //1: use/show box with QR Code of current page's URL [all …]
|
/template/sxs/ |
H A D | conf.php | 5 $conf['sxs_sidebar_orientation'] = 'right'; // side the sidebar is on left|right 6 $conf['sxs_sitenav'] = false; // show site navigation in sidebar true|f… 7 $conf['sxs_tagline'] = 'Wiki Pages'; // tagline under wiki title 8 $conf['sxs_roundcorners'] = false; // main boxes with round corners? (mozill… 9 $conf['sxs_youarehere'] = true; // hierarchical navigation instaad of bre… 10 $conf['sxs_crumbsep'] = ' → '; // Specifies what separates each breadcru… 12 $conf['sxs_removeunderscore'] = true; // Removes underscore from breadcrumb lin… 13 $conf['sxs_actions'] = array('edit', 'history', 'index', 'recent', 'admin', 'profile', 'login'); 16 $conf['sxs_uselinks'] = true; // use links instead of buttons 17 $conf['sxs_act_ac_lvl'] = array( [all …]
|
/template/monochrome/ |
H A D | main.php | 24 if ($ID != $conf['sidebar']): 25 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); 28 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="', $conf['lang'], 29 '" lang="', $conf['lang'], '" dir="', $lang['direction'], '" class="no-js"> 34 echo ' [', strip_tags($conf['title']), ']</title> 68 tpl_link(wl(),$conf['title'],'accesskey="h" title="[H]"'); 70 if($conf['tagline']): 71 echo ' <p class="claim">', $conf['tagline'], '</p>',"\n"; 101 if ($conf['breadcrumbs']): 103 elseif ($conf['youarehere']): [all …]
|
/template/strap/conf/ |
H A D | default.php | 27 $conf['useCDN'] = 1; 30 $conf['debug'] = 1; 36 $conf["bootstrapVersionStylesheet"] = "5.0.1 - bootstrap"; 38 $conf['gridColumns'] = 12; 40 $conf['gridColumns'] = 12; 43 $conf['preloadCss'] = 0; 45 $conf['preloadCss'] = 0; 50 $conf['privateRailbar'] = 0; 54 $conf['breakpointRailbar'] = "large"; 59 $conf['jQueryDok [all...] |
/template/headstrong/conf/ |
H A D | default.php | 3 $conf['width'] = 'auto'; 4 $conf['border'] = '1px solid #000000'; 5 $conf['font-size'] = '1.1em'; 6 $conf['font-color'] = '#000000'; 7 $conf['title-color'] = '#009DFF'; 8 $conf['background'] = 'url("/images/background.png") no-repeat fixed 0 0 #EDECE9'; 9 $conf['content-background-color'] = '#FFFFFF'; 10 $conf['hide-entry-title'] = true; 11 $conf['hide-login-block'] = false; 12 $conf['content-block'] = true; [all …]
|
/template/twentyfifteen/ |
H A D | main.php | 17 …lns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>" lang="<?php echo $conf['… 21 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title> 39 …a href="<?php echo wl(); ?>" rel="home" accesskey="h" title="[H]"><?php echo $conf['title']; ?></a> 41 …<?php if ($conf['tagline']): ?><p class="site-description"><?php echo $conf['tagline'] ?></p><?php… 50 <?php if ($conf['sidebar']): ?> 52 <?php tpl_include_page($conf['sidebar'], 1, 1) ?> 63 <?php if ($conf['useacl']): ?> 83 <?php if($conf['breadcrumbs'] || $conf['youarehere']){ ?> 86 <?php if($conf['breadcrumbs']){ ?> 89 <?php if($conf['youarehere']){ ?>
|
/template/writr/ |
H A D | main.php | 14 $showSidebar = page_findnearest($conf['sidebar']); 17 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>" 18 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js"> 21 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title> 34 <?php if ($conf['useacl']): ?> 70 <?php if ($conf['sidebar']): ?> 73 <?php tpl_include_page($conf['sidebar'], 1, 1) ?> 79 <?php if(!tpl_getConf('doSiteToolsRequireLogin') || !$conf['useacl'] || (tpl_getConf('doSiteToolsRequireLogin') && isset($INFO['userinfo']))){ ?> 113 <?php if (!$conf['useacl'] || ($conf['useac [all...] |
/template/dokucms/ |
H A D | tpl_functions.php | 20 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/ravel/ |
H A D | main.php | 15 $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); 17 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>" 18 lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js"> 21 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title> 55 <?php if ($conf['tagline']): ?> 56 <h2 class="claim"><?php echo $conf['tagline'] ?></h2> 82 <?php if ($conf['useacl'] && $showTools): ?> 121 <?php if ($conf['useacl'] && $showTools): ?> 136 <?php if($conf['breadcrumbs']){ ?> 139 <?php if($conf['youarehere']){ ?> [all …]
|
/template/wallpaper/conf/ |
H A D | default.php | 9 $conf['tpl']['wallpaper']['cleanindex'] = 0; // 1 or 0 10 $conf['tpl']['wallpaper']['cleanindexlist'] = ''; // empty or comma-separated list of namespaces 11 $conf['tpl']['wallpaper']['showsearch'] = 0; // 1 or 0 12 $conf['tpl']['wallpaper']['showbacklinks'] = 0; // 1 or 0 13 $conf['tpl']['wallpaper']['showmedia'] = 0; // 1 or 0 14 $conf['tpl']['wallpaper']['hiderootlinks'] = 0; // 1 or 0 15 $conf['tpl']['wallpaper']['rootmenutext'] = 'Home'; // string 16 $conf['tpl']['wallpaper']['usemenufile'] = 0; // 1 or 0 17 $conf['tpl']['wallpaper']['menufilename'] = 'menu'; // string 18 $conf['tpl']['wallpaper']['fixedbackground'] = 0; // 1 or 0
|
/template/dokukitv2/ |
H A D | main.php | 12 <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'] &&
|
/template/prsnl10/conf/ |
H A D | default.php | 36 $conf["prsnl10_headernav"] = 1; //1: use/show header navigation 37 $conf["prsnl10_headernav_location"] = ":wiki:navigation_header"; //page/article used to store the h… 40 $conf["prsnl10_copyright"] = 1; //1: use/show copyright notice 41 $conf["prsnl10_copyright_default"] = 1; //1: use default copyright notice (if copyright notice is … 42 $conf["prsnl10_copyright_location"] = ":wiki:copyright"; //page/article used to store a custom copy… 45 $conf["prsnl10_footer"] = 0; //1: use/show custom footer content 46 $conf["prsnl10_footer_location"] = ":wiki:footer"; //page/article used to store a custom footer con… 49 $conf["prsnl10_showpageinfo"] = 0; //1: show meta information about the current page (foo… 50 $conf["prsnl10_hideadminlinksfromanon"] = 0; //1: hide admin links if client is not an authenticate… 51 $conf["prsnl10_loaduserjs"] = 0; //1: prsnl10/user/user.js will be loaded
|