lars
87d99e8173
description of plugin interface extended with possible redirection to another plugin
13 lines
394 B
C#
13 lines
394 B
C#
<?cs # $Id$ ?>
|
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.system_preferences.Title.Preferences) ?></h1>
|
|
|
|
<?cs # sort the Plugins - using the most stupid way :) ?>
|
|
<?cs loop: order = #0, #100, #1
|
|
?><?cs # plugins ?><?cs each:x = Settings.PluginList
|
|
?><?cs if:x.Enabled && x.Types.system && x.Rank == order ?>
|
|
<?cs call:show_plugin(name(x), 'system') ?><?cs /if ?><?cs
|
|
/each ?><?cs
|
|
/loop ?>
|
|
|
|
|