forked from JulianArrow/de.julian-pfeil.todolist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateListener.xml
20 lines (19 loc) · 997 Bytes
/
templateListener.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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/2019/templateListener.xsd">
<import>
<!-- javascript -->
<templatelistener name="javascriptInclude">
<environment>user</environment>
<templatename>headInclude</templatename>
<eventname>javascriptInclude</eventname>
<templatecode><![CDATA[{include file='__javascriptInclude' application='todolist'}]]></templatecode>
</templatelistener>
<!-- copyright -->
<templatelistener name="copyright">
<environment>user</environment>
<templatename>pageFooterCopyright</templatename>
<eventname>copyright</eventname>
<templatecode><![CDATA[{include file='__copyright' application='todolist'}]]></templatecode>
</templatelistener>
</import>
</data>