1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40: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> <environment>admin</environment>
<templatename>header</templatename> <templatename>header</templatename>
<eventname>headerLogo</eventname> <eventname>headerLogo</eventname>
<templatecode><![CDATA[{include file='__headerLogo' application='wbb'}]]></templatecode> <templatecode><![CDATA[{include file='__headerLogo' application='chat'}]]></templatecode>
</templatelistener> </templatelistener>
<templatelistener name="softwareVersions"> <templatelistener name="softwareVersions">
<environment>admin</environment> <environment>admin</environment>
<templatename>index</templatename> <templatename>index</templatename>
<eventname>softwareVersions</eventname> <eventname>softwareVersions</eventname>
<templatecode><![CDATA[{include file='__softwareVersions' application='wbb'}]]></templatecode> <templatecode><![CDATA[{include file='__softwareVersions' application='chat'}]]></templatecode>
</templatelistener> </templatelistener>
</import> </import>
</data> </data>