Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / userProfileMenu.xml
index cd110b20304510e092081965322adf71183f9bda..01fc1156a8742886b71dc6972fb9491591f4f4c6 100644 (file)
@@ -1,24 +1,24 @@
 <?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/maelstrom/userProfileMenu.xsd">
+<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/vortex/userProfileMenu.xsd">
        <import>
                <userprofilemenuitem name="about">
-                       <classname><![CDATA[wcf\system\menu\user\profile\content\AboutUserProfileMenuContent]]></classname>
+                       <classname>wcf\system\menu\user\profile\content\AboutUserProfileMenuContent</classname>
                        <showorder>3</showorder>
                </userprofilemenuitem>
                
                <userprofilemenuitem name="likes">
-                       <classname><![CDATA[wcf\system\menu\user\profile\content\LikesUserProfileMenuContent]]></classname>
+                       <classname>wcf\system\menu\user\profile\content\LikesUserProfileMenuContent</classname>
                        <showorder>2</showorder>
                        <options>module_like</options>
                </userprofilemenuitem>
                
                <userprofilemenuitem name="recentActivity">
-                       <classname><![CDATA[wcf\system\menu\user\profile\content\RecentActivityUserProfileMenuContent]]></classname>
+                       <classname>wcf\system\menu\user\profile\content\RecentActivityUserProfileMenuContent</classname>
                        <showorder>1</showorder>
                </userprofilemenuitem>
                
                <userprofilemenuitem name="wall">
-                       <classname><![CDATA[wcf\system\menu\user\profile\content\CommentUserProfileMenuContent]]></classname>
+                       <classname>wcf\system\menu\user\profile\content\CommentUserProfileMenuContent</classname>
                        <showorder>1</showorder>
                        <options>module_user_profile_wall</options>
                </userprofilemenuitem>