|
|
|
@ -1901,6 +1901,13 @@ class DocumentManager |
|
|
|
|
|
|
|
|
|
$url = api_get_path(WEB_PATH) . 'certificates/index.php?id=' . $info_grade_certificate['id']; |
|
|
|
|
|
|
|
|
|
$externalStyleFile = api_get_path(SYS_CSS_PATH) . 'themes/' . api_get_visual_theme() . '/certificate.css'; |
|
|
|
|
$externalStyle = ''; |
|
|
|
|
|
|
|
|
|
if (is_file($externalStyleFile)) { |
|
|
|
|
$externalStyle = file_get_contents($externalStyleFile); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//replace content |
|
|
|
|
$info_to_replace_in_content_html = array( |
|
|
|
|
$first_name, |
|
|
|
@ -1918,6 +1925,7 @@ class DocumentManager |
|
|
|
|
$url, |
|
|
|
|
'<a href="' . $url . '" target="_blank">' . get_lang('CertificateOnlineLink') . '</a>', |
|
|
|
|
'((certificate_barcode))', |
|
|
|
|
$externalStyle |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
$info_to_be_replaced_in_content_html = array('((user_firstname))', |
|
|
|
@ -1935,6 +1943,7 @@ class DocumentManager |
|
|
|
|
'((certificate_link))', |
|
|
|
|
'((certificate_link_html))', |
|
|
|
|
'((certificate_barcode))', |
|
|
|
|
'((external_style))' |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
if (!empty($extraFields)) { |
|
|
|
|