summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-18 20:23:43 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-18 20:23:43 +0200
commit61c02920891b95e7d0779848ebe4f6b3d516592c (patch)
treecdee0f25362e47d6ea8f10301d4e959e777e2163 /client/components/main/layouts.js
parentc8173fd9f9d220c7de40c9b7ecdca34d97181f26 (diff)
parent2fbcf7e9b61702a2c3311f813de2bb12a754b2b2 (diff)
downloadwekan-61c02920891b95e7d0779848ebe4f6b3d516592c.tar.gz
wekan-61c02920891b95e7d0779848ebe4f6b3d516592c.tar.bz2
wekan-61c02920891b95e7d0779848ebe4f6b3d516592c.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client/components/main/layouts.js')
-rw-r--r--client/components/main/layouts.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/components/main/layouts.js b/client/components/main/layouts.js
index d4a9d6d1..a50d167e 100644
--- a/client/components/main/layouts.js
+++ b/client/components/main/layouts.js
@@ -42,6 +42,15 @@ Template.userFormsLayout.helpers({
return Settings.findOne();
},
+
+ afterBodyStart() {
+ return currentSetting.customHTMLafterBodyStart;
+ },
+
+ beforeBodyEnd() {
+ return currentSetting.customHTMLbeforeBodyEnd;
+ },
+
languages() {
return _.map(TAPi18n.getLanguages(), (lang, code) => {
const tag = code;