From 66048319d41dae2c84bfbdf0f8a6959997fa91fb Mon Sep 17 00:00:00 2001 From: Nicolas Ducoulombier Date: Tue, 5 Dec 2017 20:04:02 -0500 Subject: [PATCH] Changing terms contract URL to make it nicer -refs BT#13616 --- contrat.php | 6 ++++++ main/mySpace/myStudents.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 contrat.php diff --git a/contrat.php b/contrat.php new file mode 100755 index 0000000000..8a4286a82c --- /dev/null +++ b/contrat.php @@ -0,0 +1,6 @@ + diff --git a/main/mySpace/myStudents.php b/main/mySpace/myStudents.php index 6db3403dc5..ae83260524 100755 --- a/main/mySpace/myStudents.php +++ b/main/mySpace/myStudents.php @@ -229,7 +229,7 @@ switch ($action) { case 'send_legal': $currentUserInfo = api_get_user_info(); $subject = get_lang('SendTermsSubject'); - $linkLegal = api_get_path(WEB_PATH)."courses/FORUMDAIDE/index.php"; + $linkLegal = api_get_path(WEB_PATH)."contrat.php"; $content = sprintf( get_lang('SendTermsDescriptionToUrlX'), $user_info['firstname'],