Proyectos de Subversion Moodle

Rev

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

Rev 1358 Rev 1359
Línea 5986... Línea 5986...
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';
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';
Línea 5989... Línea 5989...
5989
 
5989
 
5990
        $header_html = "
5990
        $header_html = "
5991
            <div style=\"text-align:center; margin-bottom:20px;\">
5991
            <div style=\"text-align:left; margin-bottom:20px;\">
5992
                <img src=\"{$header_image_url}\" alt=\"Header Image\" style=\"max-width:100%; height:auto;\">
5992
                <h1 style=\"margin: 0; font-size: 24px; font-weight: bold;\">ONROOM</h1>
Línea 5993... Línea 5993...
5993
            </div>";
5993
            </div>";
5994
 
5994
 
5995
        $footer_html = "
5995
        $footer_html = "
5996
            <div style=\"text-align:center; margin-top:40px;\">
5996
            <div style=\"text-align:center; margin-top:40px;\">
Línea 5997... Línea 5997...
5997
                <img src=\"{$footer_image_url}\" alt=\"Footer Image\" style=\"max-width:100%; height:auto;\">
5997
                <p style=\"margin: 0; font-size: 16px;\">Construyendo Futuro - Desarrollando Líderes y Personas</p>
5998
            </div>";
5998
            </div>";