|
|
@@ -109,6 +109,11 @@ module.exports = function(crowi, app, req, locals) {
|
|
|
return Config.customHeader(config);
|
|
|
}
|
|
|
|
|
|
+ locals.theme = function() {
|
|
|
+ var config = crowi.getConfig()
|
|
|
+ return Config.theme(config);
|
|
|
+ }
|
|
|
+
|
|
|
locals.behaviorType = function() {
|
|
|
var config = crowi.getConfig()
|
|
|
return Config.behaviorType(config);
|