En-/decryption fixed
This commit is contained in:
@@ -8,20 +8,23 @@ const menuStructure = {
|
||||
home: {
|
||||
visible: ["all"],
|
||||
children: {},
|
||||
path: "/"
|
||||
path: "/",
|
||||
icon: "logo_mono.png"
|
||||
},
|
||||
friends: {
|
||||
visible: ["all"],
|
||||
children: {
|
||||
manageFriends : {
|
||||
visible: ["all"],
|
||||
path: "/socialnetwork/friends"
|
||||
path: "/socialnetwork/friends",
|
||||
icon: "friends24.png"
|
||||
}
|
||||
},
|
||||
showLoggedinFriends: 1
|
||||
},
|
||||
socialnetwork: {
|
||||
visible: ["all"],
|
||||
icon: "socialnetwork.png",
|
||||
children: {
|
||||
guestbook: {
|
||||
visible: ["all"],
|
||||
@@ -56,6 +59,7 @@ const menuStructure = {
|
||||
},
|
||||
chats: {
|
||||
visible: ["over12"],
|
||||
icon: "chat.png",
|
||||
children: {
|
||||
multiChat: {
|
||||
visible: ["over12"],
|
||||
@@ -69,6 +73,7 @@ const menuStructure = {
|
||||
},
|
||||
falukant: {
|
||||
visible: ["all"],
|
||||
icon: "falukant24.png",
|
||||
children: {
|
||||
create: {
|
||||
visible: ["nofalukantaccount"],
|
||||
@@ -130,9 +135,11 @@ const menuStructure = {
|
||||
},
|
||||
minigames: {
|
||||
visible: ["all"],
|
||||
icon: "minigames24.png",
|
||||
},
|
||||
settings: {
|
||||
visible: ["all"],
|
||||
icon: "settings24.png",
|
||||
children: {
|
||||
homepage: {
|
||||
visible: ["all"],
|
||||
@@ -156,7 +163,7 @@ const menuStructure = {
|
||||
},
|
||||
sexuality: {
|
||||
visible: ["over14"],
|
||||
path: "/setting/sexuality"
|
||||
path: "/settings/sexuality"
|
||||
},
|
||||
notifications: {
|
||||
visible: ["all"],
|
||||
|
||||
Reference in New Issue
Block a user