Home
last modified time | relevance | path

Searched refs:getConf (Results 1 – 22 of 22) sorted by relevance

/template/mikio/
H A Dmain.php36 <body class="mikio dokuwiki<?php echo $TEMPLATE->getConf('autoLightDark') === true ? ' mikio-auto-darklight' : '' ?>">
42 (($TEMPLATE->getConf('stickyTopHeader') === true) ? ' mikio-sticky' : ''));
43 $TEMPLATE->includeNavbar(true, $TEMPLATE->getConf('navbarShowSub', false) && $ACT == 'show');
46 (($TEMPLATE->getConf('stickyHeader') === true) ? ' mikio-sticky' : ''));
52 ($ACT === 'show' && $TEMPLATE->getConf('youareherePosition') === 'top') || ($ACT === 'show' &&
53 $TEMPLATE->getConf('youareherePosition') === 'hero' && $TEMPLATE->getConf('heroTitle') === false) ||
59 ($ACT === 'show' && $TEMPLATE->getConf('breadcrumbPosition') === 'top') || ($ACT === 'show' &&
60 $TEMPLATE->getConf('breadcrumbPosition') === 'hero' && $TEMPLATE->getConf('heroTitl
[all...]
H A Dmikio.php118 if (empty($this->getConf('customTheme')) === false) {
119 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.less') === true) {
120 $stylesheets[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/style.less';
122 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.css') === true) {
123 $stylesheets[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/style.css';
126 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/script.js') === true) {
127 $scripts[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/script.js';
131 if (is_array($MIKIO_ICONS) === true && empty($this->getConf('iconTag', 'icon')) === false) {
154 if ($this->getConf('useLESS') === true) {
162 if ($this->getConf('useLES
246 public function getConf(string $key, $default = false) global() function in dokuwiki\\template\\mikio\\Template
[all...]
/template/bootstrap3/
H A Dmain.php26 if ($TPL->getConf('themeByNamespace')) {
43 <header id="dokuwiki__header" class="dw-container dokuwiki container<?php echo ($TPL->getConf('fluidContainer')) ? '-fluid mx-5' : '' ?>">
63 <main role="main" class="dw-container pb-5 dokuwiki container<?php echo ($TPL->getConf('fluidContainer')) ? '-fluid mx-5' : '' ?>">
74 if (($ACT == 'show') && $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) {
78 if ($TPL->getConf('showPageId')) {
95 <article id="dokuwiki__content" class="<?php echo $TPL->getContainerGrid() ?>" itemscope itemtype="http://schema.org/<?php echo $TPL->getConf('schemaOrgType'); ?>" itemref="dw__license">
99 <div class="<?php echo ($TPL->getConf('pageOnPanel') ? 'panel panel-default px-3 py-2' : 'no-panel') ?>" itemprop="articleBody">
100 <div class="page <?php echo ($TPL->getConf('pageOnPanel') ? 'panel-body' : '') ?>">
123 if ($TPL->getConf('tocCollapsed')) $content_classes[] = 'dw-toc-closed';
138 if (! $TPL->getConf('tagsOnTo
[all...]
H A DTemplate.php49 'collapsibleSections' => (int) $this->getConf('collapsibleSections'),
50 'fixedTopNavbar' => (int) $this->getConf('fixedTopNavbar'),
51 'showSemanticPopup' => (int) $this->getConf('showSemanticPopup'),
52 'sidebarOnNavbar' => (int) $this->getConf('sidebarOnNavbar'),
53 'tagsOnTop' => (int) $this->getConf('tagsOnTop'),
54 'tocAffix' => (int) $this->getConf('tocAffix'),
55 'tocCollapseOnScroll' => (int) $this->getConf('tocCollapseOnScroll'),
56 'tocCollapsed' => (int) $this->getConf('tocCollapsed'),
57 'tocLayout' => $this->getConf('tocLayout'),
58 'useAnchorJS' => (int) $this->getConf('useAnchorJ
197 public function getConf($key, $default = false) global() function in dokuwiki\\template\\bootstrap3\\Template
[all...]
H A Ddetail.php284 if ($TPL->getConf('themeByNamespace')) {
301 <header id="dokuwiki__header" class="dw-container dokuwiki container<?php echo ($TPL->getConf('fluidContainer')) ? '-fluid' : '' ?>">
321 <main role="main" class="dw-container pb-5 dokuwiki container<?php echo ($TPL->getConf('fluidContainer')) ? '-fluid mx-5' : '' ?>">
330 <?php if($TPL->getConf('showPageId')): ?>
503 <?php if ($TPL->getConf('showPageInfo')): ?>
509 <?php if ($TPL->getConf('showLoginOnFooter')): ?>
526 <footer id="dw__footer" class="dw-container py-5 dokuwiki container<?php echo ($TPL->getConf('fluidContainer')) ? '-fluid' : '' ?>">
H A Dmediamanager.php26 if ($TPL->getConf('themeByNamespace')) {
H A DEventHandlers.php387 $fixed_top_navbar = $this->template->getConf('fixedTopNavbar');
413 if ($this->template->getConf('tocCollapseSubSections')) {
/template/bootstrap3/tpl/
H A Dnavbar.php14 $navbar_labels = $TPL->getConf('navbarLabels');
16 $navbar_classes[] = ($TPL->getConf('fixedTopNavbar') ? 'navbar-fixed-top' : null);
17 $navbar_classes[] = ($TPL->getConf('inverseNavbar') ? 'navbar-inverse' : 'navbar-default');
18 $home_link = ($TPL->getConf('homePageURL') ? $TPL->getConf('homePageURL') : wl());
56 <?php if ($TPL->getConf('showHomePageLink')): ?>
73 if (actionOK('search') && $TPL->getConf('showSearchForm')) {
78 if ($TPL->getConf('showTools')) {
83 if ($TPL->getConf('showThemeSwitcher')) {
88 if ($TPL->getConf('showTranslatio
[all...]
H A Dfooter.php13 $footer_page_exist = page_findnearest('footer', $TPL->getConf('useACL'));
15 $badges_is_enabled = $TPL->getConf('showBadges');
16 $wiki_info_is_enabled = $TPL->getConf('showWikiInfo');
22 $wiki_home_link = ($TPL->getConf('homePageURL') ? $TPL->getConf('homePageURL') : wl());
27 <div class="dw-container small container<?php echo ($TPL->getConf('fixedTopNavbar') || $TPL->isFluidNavbar() ? '-fluid mx-5' : '') ?>">
H A Dcookielaw.php12 if ( $TPL->getConf('showCookieLawBanner') && !get_doku_pref('cookieNoticeAccepted', null) ):
14 $cookie_policy_page_id = $TPL->getConf('cookieLawPolicyPage');
15 $cookie_banner_page_id = $TPL->getConf('cookieLawBannerPage');
22 <div id="cookieNotice" class="navbar <?php echo (($TPL->getConf('inverseNavbar')) ? 'navbar-inverse' : 'navbar-default') ?> navbar-fixed-bottom">
26 $cookie_banner_page = tpl_include_page($cookie_banner_page_id, 0, 1, $TPL->getConf('useACL'));
H A Dsidebar.php15 if ($TPL->getConf('sidebarShowPageTitle')) {
16 $sidebar_title = p_get_first_heading(page_findnearest($sidebar_page, $TPL->getConf('useACL')));
33 $TPL->normalizeSidebar(tpl_include_page($sidebar_page, 0, 1, $TPL->getConf('useACL'))); /* includes the nearest sidebar page */
H A Dmenu-tools.php12 $navbar_labels = $TPL->getConf('navbarLabels');
21 if ($TPL->getConf('individualTools')):
23 foreach ($TPL->getConf('showIndividualTool') as $tool):
H A Dmenu-user.php13 $use_avatar = $TPL->getConf('useAvatar');
39 if ($INFO['isadmin'] && $TPL->getConf('notifyExtensionsUpdate')) {
104 <?php if ($TPL->getConf('showUserHomeLink')): ?>
156 $usermenu_pageid = page_findnearest($id, $TPL->getConf('useACL'));
H A Dmenu-admin.php12 if ($TPL->getConf('showAdminMenu')):
37 <?php echo iconify('mdi:settings'); ?> <span class="<?php echo (in_array('admin', $TPL->getConf('navbarLabels')) ? '' : 'hidden-lg hidden-md hidden-sm') ?>"> <?php echo $lang['btn_admin'] ?></span> <span class="caret"></span>
H A Dpage-tools.php12 if ($TPL->getConf('showPageTools')): ?>
H A Dtheme-switcher.php20 <?php echo iconify('mdi:palette'); ?> <span class="<?php echo (in_array('themes', $TPL->getConf('navbarLabels')) ? '' : 'hidden-lg hidden-md hidden-sm') ?>"><?php echo tpl_getLang('themes') ?></span> <span class="caret"></span>
H A Dpage-icons.php12 if (($ACT == 'show' || defined('DOKU_MEDIADETAIL')) && $TPL->getConf('showPageIcons')):
/template/sprintdoc/
H A Dtpl.php134 if ($move && $move->getConf('pagetools_integration')) {
144 if ($odt && $odt->getConf('showexportbutton')) {
161 if ($dw2pdf && $dw2pdf->getConf('showexportbutton')) {
/template/monobook/
H A Dmain.php582 …$transplugin_langs = explode(" ", trim($transplugin->getConf("translations"))); //available lang…
803 …$transplugin_langs = explode(" ", trim($transplugin->getConf("translations"))); //available lang…
/template/vector/
H A Dmain.php531 …$transplugin_langs = explode(" ", trim($transplugin->getConf("translations"))); //available lang…
801 …$transplugin_langs = explode(" ", trim($transplugin->getConf("translations"))); //available lang…
/template/monobook/conf/
H A Dboxes.php64 …$transplugin_langs = explode(" ", trim($transplugin->getConf("translations"))); //available lang…
/template/vector/conf/
H A Dboxes.php64 …$transplugin_langs = explode(" ", trim($transplugin->getConf("translations"))); //available lang…