{$pageName="pluginsadmin"} {include="includes"} {include="page.header"}

{'Plugin administration'|t}

Drag and drop your plugin to change the order in which they'll be called. Uncheck enabled plugin to disable them and vice-versa.

{'Enabled Plugins'|t}
{if="count($enabledPlugins)==0"}

{'No plugin enabled.'|t}

{else}
    {loop="$enabledPlugins"}
  • {function="str_replace('_', ' ', $key)"}

    {$value.description}
  • {/loop}
{/if}
Disabled plugins
{if="count($disabledPlugins)==0"}

{'No plugin disabled.'|t}

{else}
    {loop="$disabledPlugins"}
  • {function="str_replace('_', ' ', $key)"}

    {$value.description}
  • {/loop}
{/if}

{"More plugins available"|t} {"in the documentation"|t}.


Plugin parameters
{if="count($enabledPlugins)==0"}

{'No plugin enabled.'|t}

{else} {$count=0} {loop="$enabledPlugins"} {if="count($value.parameters) > 0"} {if="$count>0"}
{/if} {$count=$count+1}

{function="str_replace('_', ' ', $key)"}

{loop="$value.parameters"}
{if="isset($value.desc)"}
{$value.desc}
{/if}
{/loop} {/if} {/loop} {if="$count==0"}

{'No parameter available.'|t}

{/if} {/if}
{include="page.footer"}