Lines Matching refs:TPL
11 global $TPL;
14 $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());
24 <div class="dw-container container<?php echo ($TPL->isFluidNavbar() ? '-fluid mx-5' : '') ?>">
43 $nabvar_height = $TPL->getNavbarHeight();
56 <?php if ($TPL->getConf('showHomePageLink')): ?>
65 echo $TPL->getNavbar(); // Include the navbar for different namespaces
66 echo $TPL->getDropDownPage('dropdownpage');
73 if (actionOK('search') && $TPL->getConf('showSearchForm')) {
78 if ($TPL->getConf('showTools')) {
83 if ($TPL->getConf('showThemeSwitcher')) {
88 … if ($TPL->getConf('showTranslation') && $ACT == 'show' && $TPL->getPlugin('translation')) {
93 … if (!plugin_isdisabled('addnewpage') && $ACT == 'show' && $TPL->getConf('showAddNewPage')) {
102 if ($TPL->getConf('showEditBtn')) {
115 if ($action && $edit_action = $TPL->getToolMenuItem('page', $action)) {
136 $register_action = $TPL->getToolMenuItem('user', 'register');
137 $login_action = $TPL->getToolMenuItem('user', 'login');
153 if (!$TPL->getConf('hideLoginLink') && $login_action) {
174 <?php if ($TPL->getConf('tocLayout') == 'navbar'): ?>