Changing terms contract URL to make it nicer -refs BT#13616

pull/3063/head
Nicolas Ducoulombier 8 years ago
parent 0e7bed57ad
commit 66048319d4
  1. 6
      contrat.php
  2. 2
      main/mySpace/myStudents.php

@ -0,0 +1,6 @@
<?php
require_once __DIR__.'/main/inc/global.inc.php';
$linkLegal = api_get_path(WEB_PATH)."courses/FORUMDAIDE/index.php";
header('Location: ' . $linkLegal);
Exit();
?>

@ -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'],

Loading…
Cancel
Save