now generic, all plugin .cs need to be adapted

and the languagefiles (Title)
This commit is contained in:
age 2007-01-27 00:07:25 +00:00
parent a16d14d8fa
commit 7c7de72f29

View file

@ -227,7 +227,6 @@ def:handle_messages() ?><?cs
def:show_plugin_title() ?>
<div class="plugin_system_title">
<img src="icons/<?cs var:html_escape(Data.ActivePlugin) ?>" />
<h1><?cs var:html_escape(Lang.Plugins.network.Title.Network) ?></h1>
<!-- TODO: make "network" generic -->
<h1><?cs var:Lang.Plugins[Data.ActivePlugin].Title ?></h1>
</div><?cs
/def ?>