-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.xml
23 lines (21 loc) · 966 Bytes
/
box.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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/6.0/box.xsd">
<import>
<box identifier="com.uz.box.active">
<name language="de">Mitglieder mit den meisten Punkten (X)</name>
<name language="en">Members with the most Points (X)</name>
<boxType>system</boxType>
<objectType>com.uz.box.active</objectType>
<position>sidebarRight</position>
<showHeader>1</showHeader>
<visibleEverywhere>0</visibleEverywhere>
<limit>5</limit>
<content language="de">
<title>Mitglieder mit den meisten Punkten</title>
</content>
<content language="en">
<title>Members with the most Points</title>
</content>
</box>
</import>
</data>