<?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="copyright">
			<environment>user</environment>
			<templatename>footer</templatename>
			<eventname>copyright</eventname>
			<templatecode><![CDATA[{include file='__copyright' application='chat'}]]></templatecode>
		</templatelistener>
		
		<templatelistener name="headerLogo">
			<environment>user</environment>
			<templatename>header</templatename>
			<eventname>headerLogo</eventname>
			<templatecode><![CDATA[{if $__chat->isActiveApplication()}{if !$__wcf->getStyleHandler()->getStyle()->getPageLogo()}<img src="{$__wcf->getPath('chat')}images/chatLogo.png" style="width: 246px; height: 90px;" alt="" />{/if}{/if}]]></templatecode>
		</templatelistener>
		
		<templatelistener name="headerLogo">
			<environment>admin</environment>
			<templatename>header</templatename>
			<eventname>headerLogo</eventname>
			<templatecode><![CDATA[{if $__chat->isActiveApplication()}<img src="{$__wcf->getPath('chat')}images/chatLogo.png" style="width: 246px; height: 90px;" alt="" />{/if}]]></templatecode>
		</templatelistener>
		
		<templatelistener name="softwareVersions">
			<environment>admin</environment>
			<templatename>index</templatename>
			<eventname>softwareVersions</eventname>
			<templatecode><![CDATA[<dl>
	<dt>{lang}wcf.acp.index.system.software.chatVersion{/lang}</dt>
	<dd>{$__chat->getPackage()->packageVersion}</dd>
</dl>]]></templatecode>
		</templatelistener>
	</import>
</data>