Skip to content
Snippets Groups Projects
Commit 8ff58cbb authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #231 from splitbrain/infopluginnewplugins

add newest plugin types to info plugin
parents 06f8cfbe 603a6381
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment