Move help customisation under menu settings

This commit is contained in:
Nick O'Leary
2015-04-13 15:32:11 +01:00
parent a2aa78afd4
commit 0d557094b2
2 changed files with 2 additions and 7 deletions

View File

@@ -129,7 +129,6 @@ module.exports = {
if (theme.hasOwnProperty("userMenu")) {
themeSettings.userMenu = theme.userMenu;
}
//themeSettings.deployButton = theme.deployButton || themeSettings.deployButton;
if (theme.login) {
if (theme.login.image) {
@@ -142,10 +141,6 @@ module.exports = {
}
}
if (theme.help) {
themeSettings.help = theme.help;
}
if (theme.hasOwnProperty("menu")) {
themeSettings.menu = theme.menu;
}