1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix typo in templateListener.xml

This commit is contained in:
Tim Düsterhus 2013-08-19 12:10:38 +02:00
parent ea2c6f0039
commit 9ccaaeb74a

View File

@ -19,14 +19,14 @@
<environment>admin</environment>
<templatename>header</templatename>
<eventname>headerLogo</eventname>
<templatecode><![CDATA[{include file='__headerLogo' application='wbb'}]]></templatecode>
<templatecode><![CDATA[{include file='__headerLogo' application='chat'}]]></templatecode>
</templatelistener>
<templatelistener name="softwareVersions">
<environment>admin</environment>
<templatename>index</templatename>
<eventname>softwareVersions</eventname>
<templatecode><![CDATA[{include file='__softwareVersions' application='wbb'}]]></templatecode>
<templatecode><![CDATA[{include file='__softwareVersions' application='chat'}]]></templatecode>
</templatelistener>
</import>
</data>