general plugintitle with icon (not yet gengeric)

This commit is contained in:
age 2007-01-26 23:48:09 +00:00
parent ef20189851
commit a16d14d8fa

View file

@ -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 ?>