general plugintitle with icon (not yet gengeric)
This commit is contained in:
parent
ef20189851
commit
a16d14d8fa
1 changed files with 9 additions and 1 deletions
|
@ -221,5 +221,13 @@ def:handle_messages() ?><?cs
|
|||
?><?cs if:Data.Success ?><?cs call:success(Data.Success) ?><?cs /if
|
||||
?><?cs set:messages_are_handled = 1
|
||||
?><?cs /if ?><?cs
|
||||
/def ?>
|
||||
/def ?><?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 -->
|
||||
</div><?cs
|
||||
/def ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue