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:
parent
eb75ab4b80
commit
1a10e65084
1
template/chatCopyright.tpl
Normal file
1
template/chatCopyright.tpl
Normal file
@ -0,0 +1 @@
|
||||
{if $templateName == 'chat'}{lang}wcf.chat.copyright{/lang}{/if}
|
@ -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>
|
Loading…
Reference in New Issue
Block a user