-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbox.xml
More file actions
21 lines (20 loc) · 740 Bytes
/
box.xml
File metadata and controls
21 lines (20 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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/tornado/box.xsd">
<import>
<box identifier="com.kittmedia.wcf.visitstatistics.visits">
<name language="de">Aufrufe</name>
<name language="en">Visits</name>
<boxType>system</boxType>
<objectType>com.kittmedia.wcf.visitstatistics.visits</objectType>
<position>footerBoxes</position>
<showHeader>1</showHeader>
<visibleEverywhere>0</visibleEverywhere>
<content language="de">
<title>Aufrufe</title>
</content>
<content language="en">
<title>Visits</title>
</content>
</box>
</import>
</data>