Home
last modified time | relevance | path

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

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