-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplateListener.xml
24 lines (23 loc) · 1.22 KB
/
templateListener.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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 https://www.woltlab.com/XSD/5.4/templateListener.xsd">
<import>
<templatelistener name="inviteRegister">
<environment>user</environment>
<templatename>register</templatename>
<eventname>usernameFields</eventname>
<templatecode><![CDATA[{include file='__inviteRegister'}]]></templatecode>
</templatelistener>
<templatelistener name="inviteUserInformationStatistics">
<environment>user</environment>
<templatename>userInformationStatistics</templatename>
<eventname>statistics</eventname>
<templatecode><![CDATA[{include file='__inviteUserInformationStatistics'}]]></templatecode>
</templatelistener>
<templatelistener name="inviteMessageSidebar">
<environment>user</environment>
<templatename>messageSidebar</templatename>
<eventname>userCredits</eventname>
<templatecode><![CDATA[{include file='__inviteMessageSidebar'}]]></templatecode>
</templatelistener>
</import>
</data>