mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
8b29cbb557
-> Moving Link into chatControls
17 lines
800 B
XML
17 lines
800 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>
|
|
<templatelistener name="chatHeaderNavigation">
|
|
<environment>user</environment>
|
|
<templatename>header</templatename>
|
|
<eventname>headerNavigation</eventname>
|
|
<templatecode><![CDATA[{include file='chatNavigationInclude'}]]></templatecode>
|
|
</templatelistener>
|
|
</import>
|
|
</data> |