|
|
@ -220,7 +220,6 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
'navigation': [
|
|
|
|
'navigation': [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "unread-count",
|
|
|
|
id: "unread-count",
|
|
|
|
class: "",
|
|
|
|
|
|
|
|
route: "/unread",
|
|
|
|
route: "/unread",
|
|
|
|
title: "[[global:header.unread]]",
|
|
|
|
title: "[[global:header.unread]]",
|
|
|
|
iconClass: "fa-inbox",
|
|
|
|
iconClass: "fa-inbox",
|
|
|
@ -231,8 +230,6 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "",
|
|
|
|
|
|
|
|
class: "",
|
|
|
|
|
|
|
|
route: "/recent",
|
|
|
|
route: "/recent",
|
|
|
|
title: "[[global:header.recent]]",
|
|
|
|
title: "[[global:header.recent]]",
|
|
|
|
iconClass: "fa-clock-o",
|
|
|
|
iconClass: "fa-clock-o",
|
|
|
@ -243,8 +240,6 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "",
|
|
|
|
|
|
|
|
class: "",
|
|
|
|
|
|
|
|
route: "/tags",
|
|
|
|
route: "/tags",
|
|
|
|
title: "[[global:header.tags]]",
|
|
|
|
title: "[[global:header.tags]]",
|
|
|
|
iconClass: "fa-tags",
|
|
|
|
iconClass: "fa-tags",
|
|
|
@ -255,8 +250,6 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "",
|
|
|
|
|
|
|
|
class: "",
|
|
|
|
|
|
|
|
route: "/popular",
|
|
|
|
route: "/popular",
|
|
|
|
title: "[[global:header.popular]]",
|
|
|
|
title: "[[global:header.popular]]",
|
|
|
|
iconClass: "fa-fire",
|
|
|
|
iconClass: "fa-fire",
|
|
|
@ -267,8 +260,6 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "",
|
|
|
|
|
|
|
|
class: "",
|
|
|
|
|
|
|
|
route: "/users",
|
|
|
|
route: "/users",
|
|
|
|
title: "[[global:header.users]]",
|
|
|
|
title: "[[global:header.users]]",
|
|
|
|
iconClass: "fa-user",
|
|
|
|
iconClass: "fa-user",
|
|
|
@ -280,8 +271,6 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "",
|
|
|
|
|
|
|
|
class: "",
|
|
|
|
|
|
|
|
route: "/groups",
|
|
|
|
route: "/groups",
|
|
|
|
title: "[[global:header.groups]]",
|
|
|
|
title: "[[global:header.groups]]",
|
|
|
|
iconClass: "fa-group",
|
|
|
|
iconClass: "fa-group",
|
|
|
@ -292,8 +281,6 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "",
|
|
|
|
|
|
|
|
class: "",
|
|
|
|
|
|
|
|
route: "/admin",
|
|
|
|
route: "/admin",
|
|
|
|
target: "_top",
|
|
|
|
target: "_top",
|
|
|
|
title: "[[global:header.admin]]",
|
|
|
|
title: "[[global:header.admin]]",
|
|
|
@ -305,8 +292,6 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "",
|
|
|
|
|
|
|
|
class: "",
|
|
|
|
|
|
|
|
route: "/search",
|
|
|
|
route: "/search",
|
|
|
|
title: "[[global:header.search]]",
|
|
|
|
title: "[[global:header.search]]",
|
|
|
|
iconClass: "fa-search",
|
|
|
|
iconClass: "fa-search",
|
|
|
|