| Línea 5980... |
Línea 5980... |
| 5980 |
$mail->MessageID = generate_email_messageid();
|
5980 |
$mail->MessageID = generate_email_messageid();
|
| 5981 |
}
|
5981 |
}
|
| Línea 5982... |
Línea 5982... |
| 5982 |
|
5982 |
|
| 5983 |
if ($messagehtml && !empty($user->mailformat) && $user->mailformat == 1) {
|
5983 |
if ($messagehtml && !empty($user->mailformat) && $user->mailformat == 1) {
|
| 5984 |
// Don't ever send HTML to users who don't want it.
|
5984 |
// Don't ever send HTML to users who don't want it.
|
| 5985 |
$header_image_url = $CFG->wwwroot . '/theme/universe_child/pix/logo-horizontal-cesa.png'; // 👉 Imagen del Header
|
5985 |
$header_image_url = (new moodle_url('/theme/image.php/universe_child/theme/0/logo-horizontal-cesa'))->out(false);
|
| Línea 5986... |
Línea 5986... |
| 5986 |
$footer_image_url = $CFG->wwwroot . '/theme/universe_child/pix/email-footer.jpg'; // 👉 Imagen del Footer
|
5986 |
$footer_image_url = (new moodle_url('/theme/image.php/universe_child/theme/0/email-footer'))->out(false);
|
| 5987 |
|
5987 |
|
| 5988 |
// HTML del Header
|
5988 |
// HTML del Header
|
| 5989 |
$header_html = '<div style="text-align:center; margin-bottom:20px;">'
|
5989 |
$header_html = '<div style="text-align:center; margin-bottom:20px;">'
|