Home
last modified time | relevance | path

Searched refs:getPlugin (Results 1 – 5 of 5) sorted by relevance

/template/bootstrap3/
Dmain.php74 … if (($ACT == 'show') && $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) {
138 if (! $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) {
DTemplate.php98 public function getPlugin($plugin) function in dokuwiki\\template\\bootstrap3\\Template
140 if ($plugin = $this->getPlugin('tplinc')) {
637 if ($this->getConf('showTranslation') && $translation = $this->getPlugin('translation')) {
1567 if ($this->getPlugin('tag') || $this->getPlugin('pagelist')) {
/template/bootstrap3/tpl/
Dtranslation.php18 $translation = $TPL->getPlugin('translation');
Dnavbar.php88 … if ($TPL->getConf('showTranslation') && $ACT == 'show' && $TPL->getPlugin('translation')) {
Dmenu-user.php126 if ($userhomepage = $TPL->getPlugin('userhomepage')):