chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Resources/views/Mailer/Default/header.html.twig

Summary

Maintainability
Test Coverage
{% autoescape false %}
<table border="0" cellpadding="10" cellspacing="0" width="100%">
    <tr>
        <td width="245" {{ mail_header_style }}>
            <img class="navbar-brand-full" width="130"
                 src="{{ theme_asset_base64('images/header-logo.png', true) }}"
                 alt="Chamilo"/>
        </td>
        <td width="100%">            &nbsp;
        </td>
    </tr>
</table>
{% endautoescape %}