1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Adding chatCopyright-Templatelistener

This commit is contained in:
Tim Düsterhus 2011-11-26 16:20:56 +01:00
parent eb75ab4b80
commit 1a10e65084
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
{if $templateName == 'chat'}{lang}wcf.chat.copyright{/lang}{/if}

View File

@ -7,5 +7,11 @@
<eventname>javascriptInclude</eventname>
<templatecode><![CDATA[{include file='chatJavascriptInclude'}]]></templatecode>
</templatelistener>
<templatelistener name="chatCopyright">
<environment>user</environment>
<templatename>footer</templatename>
<eventname>copyright</eventname>
<templatecode><![CDATA[{include file='chatCopyright'}]]></templatecode>
</templatelistener>
</import>
</data>