Lines Matching refs:TPL

21     <title><?php echo $TPL->getBrowserPageTitle() ?></title>
26 if ($TPL->getConf('themeByNamespace')) {
41 <body class="<?php echo $TPL->getClasses() ?>" data-page-id="<?php echo $ID ?>"><div class="dokuwik…
43 …<header id="dokuwiki__header" class="dw-container dokuwiki container<?php echo ($TPL->getConf('flu…
49 if ($ACT == 'show') $TPL->includePage('topheader');
56 if ($ACT == 'show') $TPL->includePage('header');
63 …<main role="main" class="dw-container pb-5 dokuwiki container<?php echo ($TPL->getConf('fluidConta…
74 … if (($ACT == 'show') && $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) {
78 if ($TPL->getConf('showPageId')) {
86 <?php $TPL->getMessageArea() ?>
93 <?php $TPL->includeSidebar('left'); // Left Sidebar ?>
95 …kuwiki__content" class="<?php echo $TPL->getContainerGrid() ?>" itemscope itemtype="http://schema.…
99 …<div class="<?php echo ($TPL->getConf('pageOnPanel') ? 'panel panel-default px-3 py-2' : 'no-panel…
100 … <div class="page <?php echo ($TPL->getConf('pageOnPanel') ? 'panel-body' : '') ?>">
111 if ($ACT == 'show') $TPL->includePage('pageheader');
120 $toc = $TPL->getTOC(true);
123 if ($TPL->getConf('tocCollapsed')) $content_classes[] = 'dw-toc-closed';
138 if (! $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) {
146 if ($ACT == 'show') $TPL->includePage('pagefooter');
155 <?php if ($TPL->getConf('showPageInfo')): ?>
157 <?php $TPL->getPageInfo() /* 'Last modified' etc */ ?>
161 <?php if ($TPL->getConf('showLoginOnFooter')): ?>
164 if ($login_item = $TPL->getToolMenuItem('user', 'login')) {
175 <?php $TPL->includeSidebar('right'); // Right Sidebar ?>
181 …<footer id="dw__footer" class="dw-container py-5 dokuwiki container<?php echo ($TPL->getConf('flui…