-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.xml
18 lines (18 loc) · 896 Bytes
/
page.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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/page.xsd">
<import>
<page identifier="com.kittmedia.wcf.pluginstoreverification.WoltLabPluginstoreVerification">
<pageType>system</pageType>
<controller>wcf\form\WoltlabPluginStoreVerificationForm</controller>
<name language="de">WoltLab® Plugin-Store – Supportfreischaltung</name>
<name language="en">WoltLab® Plugin-Store Verification</name>
<handler>wcf\system\page\handler\WoltlabPluginStoreVerificationFormPageHandler</handler>
<content language="en">
<title>WoltLab® Plugin-Store Verification</title>
</content>
<content language="de">
<title>WoltLab® Plugin-Store – Supportfreischaltung</title>
</content>
</page>
</import>
</data>