Merge branch '3.1' into 5.2
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / userProfileMenu.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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/userProfileMenu.xsd">
3 <import>
4 <userprofilemenuitem name="about">
5 <classname>wcf\system\menu\user\profile\content\AboutUserProfileMenuContent</classname>
6 <showorder>3</showorder>
7 </userprofilemenuitem>
8 <userprofilemenuitem name="likes">
9 <classname>wcf\system\menu\user\profile\content\LikesUserProfileMenuContent</classname>
10 <options>module_like</options>
11 <showorder>2</showorder>
12 </userprofilemenuitem>
13 <userprofilemenuitem name="recentActivity">
14 <classname>wcf\system\menu\user\profile\content\RecentActivityUserProfileMenuContent</classname>
15 <showorder>1</showorder>
16 </userprofilemenuitem>
17 <userprofilemenuitem name="wall">
18 <classname>wcf\system\menu\user\profile\content\CommentUserProfileMenuContent</classname>
19 <options>module_user_profile_wall</options>
20 <showorder>1</showorder>
21 </userprofilemenuitem>
22 </import>
23 </data>