153 $lng->loadLanguageModule(
"certificate");
154 return $lng->txt(
"certificate_file_basename").
".pdf";
169 "USER_LOGIN" => $lng->txt(
"certificate_ph_login"),
170 "USER_FULLNAME" => $lng->txt(
"certificate_ph_fullname"),
171 "USER_FIRSTNAME" => $lng->txt(
"certificate_ph_firstname"),
172 "USER_LASTNAME" => $lng->txt(
"certificate_ph_lastname"),
173 "USER_TITLE" => $lng->txt(
"certificate_ph_title"),
174 "USER_SALUTATION" => $lng->txt(
"certificate_ph_salutation"),
175 "USER_BIRTHDAY" => $lng->txt(
"certificate_ph_birthday"),
176 "USER_INSTITUTION" => $lng->txt(
"certificate_ph_institution"),
177 "USER_DEPARTMENT" => $lng->txt(
"certificate_ph_department"),
178 "USER_STREET" => $lng->txt(
"certificate_ph_street"),
179 "USER_CITY" => $lng->txt(
"certificate_ph_city"),
180 "USER_ZIPCODE" => $lng->txt(
"certificate_ph_zipcode"),
181 "USER_COUNTRY" => $lng->txt(
"certificate_ph_country")
184 if($a_enable_last_access)
186 $vars[
"USER_LASTACCESS"] = $lng->txt(
"certificate_ph_lastaccess");
189 $vars[
"DATE"] = $lng->txt(
"certificate_ph_date");
190 $vars[
"DATETIME"] = $lng->txt(
"certificate_ph_datetime");
192 if($a_enable_completion_date)
194 $vars[
"DATE_COMPLETED"] = $lng->txt(
"certificate_ph_date_completed");
195 $vars[
"DATETIME_COMPLETED"] = $lng->txt(
"certificate_ph_datetime_completed");
231 if($a_enable_last_access)
239 if($a_enable_completion_date)
267 if (strlen($a_user_data[
"gender"]))
269 $salutation = $lng->txt(
"salutation_" . $a_user_data[
"gender"]);
273 if($a_user_data[
"birthday"])
278 $country = $a_user_data[
"sel_country"];
281 $lng->loadLanguageModule(
"meta");
282 $country = $lng->txt(
"meta_c_".$country);
286 $country = $a_user_data[
"country"];
291 "USER_FULLNAME" =>
ilUtil::prepareFormOutput(trim($a_user_data[
"title"] .
" " . $a_user_data[
"firstname"] .
" " . $a_user_data[
"lastname"])),
314 if($a_completion_date)
336 $a_object_id = $this->
object->getId();
338 include_once
"Services/Tracking/classes/class.ilLPStatus.php";