2011-11-26 14:45:03 +00:00
|
|
|
<?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>
|
2011-11-26 15:20:56 +00:00
|
|
|
<templatelistener name="chatCopyright">
|
|
|
|
<environment>user</environment>
|
|
|
|
<templatename>footer</templatename>
|
|
|
|
<eventname>copyright</eventname>
|
|
|
|
<templatecode><![CDATA[{include file='chatCopyright'}]]></templatecode>
|
|
|
|
</templatelistener>
|
2011-12-15 21:13:58 +00:00
|
|
|
<templatelistener name="chatHeaderNavigation">
|
|
|
|
<environment>user</environment>
|
|
|
|
<templatename>header</templatename>
|
|
|
|
<eventname>headerNavigation</eventname>
|
|
|
|
<templatecode><![CDATA[{include file='chatNavigationInclude'}]]></templatecode>
|
|
|
|
</templatelistener>
|
2011-11-26 14:45:03 +00:00
|
|
|
</import>
|
|
|
|
</data>
|