summaryrefslogtreecommitdiffstats
path: root/modules/agb.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2023-11-20 17:06:47 +0100
committerSimon Rettberg2023-11-20 17:06:47 +0100
commitf2757e3d841737e5474d5b019596e1c47086e181 (patch)
treeadb2d267dad0505cadcc787fb48e701b568c0fd9 /modules/agb.inc.php
parent[inc/User] Verify organization ID exists before deploying user into DB (diff)
downloadbwlp-webadmin-f2757e3d841737e5474d5b019596e1c47086e181.tar.gz
bwlp-webadmin-f2757e3d841737e5474d5b019596e1c47086e181.tar.xz
bwlp-webadmin-f2757e3d841737e5474d5b019596e1c47086e181.zip
[agb] Add English version, link to eduGAIN CoC
Diffstat (limited to 'modules/agb.inc.php')
-rw-r--r--modules/agb.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/agb.inc.php b/modules/agb.inc.php
index 7d38482..8728612 100644
--- a/modules/agb.inc.php
+++ b/modules/agb.inc.php
@@ -13,6 +13,7 @@ class Page_Agb extends Page
$data['linkidmmail'] = CONFIG_IDM_LINK_MAIL;
$data['linkidmepsa'] = CONFIG_IDM_LINK_EPSA;
$data['linkidmpid'] = CONFIG_IDM_LINK_PID;
+ $data['helpmail'] = CONFIG_HELPMAIL;
Render::addTemplate('agb/_page', $data);
}