-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplateListener.xml
More file actions
22 lines (22 loc) · 885 Bytes
/
templateListener.xml
File metadata and controls
22 lines (22 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="https://www.woltlab.com"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.woltlab.com https://www.woltlab.com/XSD/5.5/templateListener.xsd">
<import>
<!-- user -->
<templatelistener name="minecraftSyncCopyright">
<environment>user</environment>
<templatename>pageFooterCopyright</templatename>
<eventname>copyright</eventname>
<templatecode><![CDATA[{include file='__minecraftSyncCopyright'}]]></templatecode>
</templatelistener>
<!-- /user -->
<!-- admin -->
<templatelistener name="groupAddSection">
<environment>admin</environment>
<templatename>userGroupAdd</templatename>
<eventname>sections</eventname>
<templatecode><![CDATA[{include file='__minecraftSyncGroupAddSection'}]]></templatecode>
</templatelistener>
<!-- /admin -->
</import>
</data>