mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
11 lines
529 B
XML
11 lines
529 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/templatelistener.xsd">
|
||
|
<import>
|
||
|
<templatelistener name="chatJavascriptInclude">
|
||
|
<environment>user</environment>
|
||
|
<templatename>headInclude</templatename>
|
||
|
<eventname>javascriptInclude</eventname>
|
||
|
<templatecode><![CDATA[{include file='chatJavascriptInclude'}]]></templatecode>
|
||
|
</templatelistener>
|
||
|
</import>
|
||
|
</data>
|