| 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.
|
| Línea 5985... |
Línea 5985... |
| 5985 |
$themeconfig = \theme_config::load('universe_child');
|
5985 |
$themeconfig = \theme_config::load('universe_child');
|
| 5986 |
|
5986 |
|
| 5987 |
$header_image_url = $themeconfig->image_url('logo-horizontal-cesa', 'theme')->out(false);
|
5987 |
$header_image_url = $themeconfig->image_url('logo-horizontal-cesa', 'universe_child')->out(false);
|
| 5988 |
$footer_image_url = $themeconfig->image_url('email-footer', 'theme')->out(false);
|
5988 |
$footer_image_url = $themeconfig->image_url('email-footer', 'universe_child')->out(false);
|
| 5989 |
// HTML del Header
|
5989 |
// HTML del Header
|
| 5990 |
$header_html = '<div style="text-align:center; margin-bottom:20px;">'
|
5990 |
$header_html = '<div style="text-align:center; margin-bottom:20px;">'
|