Fix show the correct logo when in platform mails - Refs BT#11486

remotes/angel/1.11.x
José Loguercio 8 years ago
parent 1b5758f2a9
commit 1745e281bb
  1. 4
      main/template/default/mail/header.tpl

@ -1,9 +1,7 @@
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td width="245">
<a href="{{ _p.web }}">
<img src="{{ _p.web_css_theme ~ 'images/header-logo.png' }}" alt="{{ _s.site_name }}">
</a>
{{ css_styles | return_logo }}
</td>
<td width="100%">
&nbsp;

Loading…
Cancel
Save