now generic, all plugin .cs need to be adapted
and the languagefiles (Title)
This commit is contained in:
parent
a16d14d8fa
commit
7c7de72f29
1 changed files with 1 additions and 2 deletions
|
@ -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 ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue