-
+
-
+
diff --git a/imports/ui/welcome/welcome.js b/imports/ui/welcome/welcome.js
index ad75a400f895155171b59c2a3e1f100e31e43084..135020dd62243eea1bacba9cc3b8d89085371086 100644
--- a/imports/ui/welcome/welcome.js
+++ b/imports/ui/welcome/welcome.js
@@ -199,6 +199,12 @@ Template.welcome.helpers({
}
loginButtons += "";
return loginButtons;
+ },
+ getFirstTitleWord: function () {
+ return Meteor.settings.public.welcome.title.first;
+ },
+ getLastTitleWord: function () {
+ return Meteor.settings.public.welcome.title.last;
}
});
diff --git a/settings.json b/settings.json
index df377112fe2312823dfc582fbbd3ecb64028c580..24e5dfb2e1d03a2761dcf3b8231bee822c5bffc6 100644
--- a/settings.json
+++ b/settings.json
@@ -20,6 +20,12 @@
"singleUniversity": true,
"default": "THM"
},
+ "welcome": {
+ "title": {
+ "first": "informatik",
+ "last": "cards"
+ }
+ },
"env": "Sandbox",
"BT_MERCHANT_ID": "7jspbjz7zk4vkh67",
"BT_PUBLIC_KEY": "bf7p9crbdv2359gv"
diff --git a/settings_debug.json b/settings_debug.json
index 14e4a0ba3f1166ba69447b7e7466e70201961e37..8e021904f132cdf9acfcad938ae52e0cdc8d7508 100644
--- a/settings_debug.json
+++ b/settings_debug.json
@@ -21,6 +21,12 @@
"singleUniversity": false,
"default": "THM"
},
+ "welcome": {
+ "title": {
+ "first": "debug",
+ "last": "cards"
+ }
+ },
"env": "Sandbox",
"BT_MERCHANT_ID": "7jspbjz7zk4vkh67",
"BT_PUBLIC_KEY": "bf7p9crbdv2359gv"
diff --git a/settings_review.json b/settings_review.json
index 4c56b447583cd1ddbb14466747cc95430d746851..4b461f4b37500cdefba20f85b90f716e79f0471a 100644
--- a/settings_review.json
+++ b/settings_review.json
@@ -21,6 +21,12 @@
"singleUniversity": false,
"default": "THM"
},
+ "welcome": {
+ "title": {
+ "first": "review",
+ "last": "cards"
+ }
+ },
"env": "Sandbox",
"BT_MERCHANT_ID": "7jspbjz7zk4vkh67",
"BT_PUBLIC_KEY": "bf7p9crbdv2359gv"