|
|
@ -270,7 +270,7 @@ middleware.renderHeader = function(req, res, callback) {
|
|
|
|
templateValues.browserTitle = results.title;
|
|
|
|
templateValues.browserTitle = results.title;
|
|
|
|
templateValues.navigation = results.navigation
|
|
|
|
templateValues.navigation = results.navigation
|
|
|
|
templateValues.metaTags = results.tags.meta;
|
|
|
|
templateValues.metaTags = results.tags.meta;
|
|
|
|
templateValues.metalinkTags = results.tags.link;
|
|
|
|
templateValues.linkTags = results.tags.link;
|
|
|
|
templateValues.isAdmin = results.user.isAdmin;
|
|
|
|
templateValues.isAdmin = results.user.isAdmin;
|
|
|
|
templateValues.user = results.user;
|
|
|
|
templateValues.user = results.user;
|
|
|
|
templateValues.userJSON = JSON.stringify(results.user);
|
|
|
|
templateValues.userJSON = JSON.stringify(results.user);
|
|
|
|