Customise help link label/url

This commit is contained in:
Nick O'Leary
2015-04-13 11:35:52 +01:00
parent 6ff540ed08
commit b0de8abb63
3 changed files with 27 additions and 3 deletions

View File

@@ -141,6 +141,10 @@ module.exports = {
}
}
}
if (theme.help) {
themeSettings.help = theme.help;
}
return themeApp;
}
},