Searched refs:getPlugin (Results 1 – 5 of 5) sorted by relevance
74 … if (($ACT == 'show') && $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) {138 if (! $TPL->getConf('tagsOnTop') && $tag = $TPL->getPlugin('tag')) {
98 public function getPlugin($plugin) function in dokuwiki\\template\\bootstrap3\\Template140 if ($plugin = $this->getPlugin('tplinc')) {637 if ($this->getConf('showTranslation') && $translation = $this->getPlugin('translation')) {1567 if ($this->getPlugin('tag') || $this->getPlugin('pagelist')) {
18 $translation = $TPL->getPlugin('translation');
88 … if ($TPL->getConf('showTranslation') && $ACT == 'show' && $TPL->getPlugin('translation')) {
126 if ($userhomepage = $TPL->getPlugin('userhomepage')):