Proyectos de Subversion Moodle

Rev

Rev 1334 | Rev 1359 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1334 Rev 1358
Línea 5985... Línea 5985...
5985
 
5985
 
5986
        // Construir URLs de imágenes basadas en el dominio del sitio
5986
        // Construir URLs de imágenes basadas en el dominio del sitio
5987
        $header_image_url = $CFG->wwwroot . '/theme/universe_child/pix/logo-horizontal-cesa.png';
5987
        $header_image_url = $CFG->wwwroot . '/theme/universe_child/pix/logo-horizontal-cesa.png';
Línea 5988... Línea 5988...
5988
        $footer_image_url = $CFG->wwwroot . '/theme/universe_child/pix/email-footer.png';
5988
        $footer_image_url = $CFG->wwwroot . '/theme/universe_child/pix/email-footer.png';
5989
 
5989
 
5990
        // Armado del Header
5990
        $header_html = "
5991
        $header_html = '<div style="text-align:center; margin-bottom:20px;">'
5991
            <div style=\"text-align:center; margin-bottom:20px;\">
Línea 5992... Línea 5992...
5992
            . '<img src="' . $header_image_url . '" alt="Header Image" style="max-width:100%; height:auto;">'
5992
                <img src=\"{$header_image_url}\" alt=\"Header Image\" style=\"max-width:100%; height:auto;\">
5993
            . '</div>';
5993
            </div>";
5994
 
5994
 
5995
        // Armado del Footer
5995
        $footer_html = "
Línea 5996... Línea 5996...
5996
        $footer_html = '<div style="text-align:center; margin-top:40px;">'
5996
            <div style=\"text-align:center; margin-top:40px;\">
5997
            . '<img src="' . $footer_image_url . '" alt="Footer Image" style="max-width:100%; height:auto;">'
5997
                <img src=\"{$footer_image_url}\" alt=\"Footer Image\" style=\"max-width:100%; height:auto;\">
Línea 5998... Línea 5998...
5998
            . '</div>';
5998
            </div>";