v1.18.x
psychobunny 10 years ago
parent f1adddb775
commit 9a24110a37

@ -1,86 +1,74 @@
[
{
id: "unread-count",
route: "/unread",
title: "[[global:header.unread]]",
iconClass: "fa-inbox",
textClass: "visible-xs-inline",
text: "[[global:header.unread]]",
properties: {
loggedIn: true
"id": "unread-count",
"route": "/unread",
"title": "[[global:header.unread]]",
"iconClass": "fa-inbox",
"textClass": "visible-xs-inline",
"text": "[[global:header.unread]]",
"properties": {
"loggedIn": true
}
},
{
route: "/recent",
title: "[[global:header.recent]]",
iconClass: "fa-clock-o",
textClass: "visible-xs-inline",
text: "[[global:]]",
properties: {
}
"route": "/recent",
"title": "[[global:header.recent]]",
"iconClass": "fa-clock-o",
"textClass": "visible-xs-inline",
"text": "[[global:]]"
},
{
route: "/tags",
title: "[[global:header.tags]]",
iconClass: "fa-tags",
textClass: "visible-xs-inline",
text: "[[global:header.tags]]",
properties: {
}
"route": "/tags",
"title": "[[global:header.tags]]",
"iconClass": "fa-tags",
"textClass": "visible-xs-inline",
"text": "[[global:header.tags]]"
},
{
route: "/popular",
title: "[[global:header.popular]]",
iconClass: "fa-fire",
textClass: "visible-xs-inline",
text: "[[global:header.popular]]",
properties: {
}
"route": "/popular",
"title": "[[global:header.popular]]",
"iconClass": "fa-fire",
"textClass": "visible-xs-inline",
"text": "[[global:header.popular]]"
},
{
route: "/users",
title: "[[global:header.users]]",
iconClass: "fa-user",
textClass: "visible-xs-inline",
text: "[[global:header.users]]",
properties: {
loggedIn: true,
hideIfPrivate: true
"route": "/users",
"title": "[[global:header.users]]",
"iconClass": "fa-user",
"textClass": "visible-xs-inline",
"text": "[[global:header.users]]",
"properties": {
"loggedIn": true,
"hideIfPrivate": true
}
},
{
route: "/groups",
title: "[[global:header.groups]]",
iconClass: "fa-group",
textClass: "visible-xs-inline",
text: "[[global:header.groups]]",
properties: {
}
"route": "/groups",
"title": "[[global:header.groups]]",
"iconClass": "fa-group",
"textClass": "visible-xs-inline",
"text": "[[global:header.groups]]"
},
{
route: "/admin",
target: "_top",
title: "[[global:header.admin]]",
iconClass: "fa-cogs",
textClass: "visible-xs-inline",
text: "[[global:header.admin]]",
properties: {
adminOnly: true
"route": "/admin",
"target": "_top",
"title": "[[global:header.admin]]",
"iconClass": "fa-cogs",
"textClass": "visible-xs-inline",
"text": "[[global:header.admin]]",
"properties": {
"adminOnly": true
}
},
{
route: "/search",
title: "[[global:header.search]]",
iconClass: "fa-search",
textClass: "visible-xs-inline",
text: "[[global:header.search]]",
properties: {
installed: {
search: true
"route": "/search",
"title": "[[global:header.search]]",
"iconClass": "fa-search",
"textClass": "visible-xs-inline",
"text": "[[global:header.search]]",
"properties": {
"installed": {
"search": true
}
}
}

Loading…
Cancel
Save