summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-06-18 23:58:21 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-06-18 23:58:21 -0700
commit8ff58cbbee0b684c609d5a559e51e9f4ba41dad4 (patch)
tree2557c547ed6c9c6d37277f7f2adc1c888effafc7
parent06f8cfbed961eb9394fa29558dd29c79f87fc9ad (diff)
parent603a638180749a2925e589bc0c13f19899b6c732 (diff)
downloadrpg-8ff58cbbee0b684c609d5a559e51e9f4ba41dad4.tar.gz
rpg-8ff58cbbee0b684c609d5a559e51e9f4ba41dad4.tar.bz2
Merge pull request #231 from splitbrain/infopluginnewplugins
add newest plugin types to info plugin
-rw-r--r--lib/plugins/info/syntax.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/info/syntax.php b/lib/plugins/info/syntax.php
index 97b28076b..5e7543603 100644
--- a/lib/plugins/info/syntax.php
+++ b/lib/plugins/info/syntax.php
@@ -81,6 +81,12 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin {
case 'helperplugins':
$this->_plugins_xhtml('helper', $renderer);
break;
+ case 'authplugins':
+ $this->_plugins_xhtml('auth', $renderer);
+ break;
+ case 'remoteplugins':
+ $this->_plugins_xhtml('remote', $renderer);
+ break;
case 'helpermethods':
$this->_helpermethods_xhtml($renderer);
break;