{include="includes"}
{include="page.header"}
You need to enable Javascript to change plugin loading order.
Enabled Plugins
{if="count($enabledPlugins)==0"}
No plugin enabled.
{else}
Disable
Order
Name
Description
{loop="$enabledPlugins"}
▲
▼
{$key}
{$value.description}
{/loop}
{/if}
Disabled Plugins
{if="count($disabledPlugins)==0"}
No plugin disabled.
{else}
Enable
Name
Description
{loop="$disabledPlugins"}
{$key}
{$value.description}
{/loop}
{/if}
Enabled Plugin Parameters
{if="count($enabledPlugins)==0"}
No plugin enabled.
{else} {loop="$enabledPlugins"} {if="count($value.parameters) > 0"}
{$key}
{loop="$value.parameters"}
{$key}
{/loop}
{/if} {/loop} {/if}
{include="page.footer"}