We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0675156 commit 5cb30f0Copy full SHA for 5cb30f0
program/include/rcmail_output_html.php
@@ -1507,9 +1507,9 @@ protected function xml_command($matches)
1507
1508
foreach ($logo_types as $type) {
1509
if (($template_logo = $this->get_template_logo($type)) !== null) {
1510
- $additional_logos[$type] = $this->abs_url($template_logo);
+ $additional_logos[$type] = $this->asset_url($template_logo, true);
1511
} elseif (!empty($attrib['data-src-' . $type])) {
1512
- $additional_logos[$type] = $this->abs_url($attrib['data-src-' . $type]);
+ $additional_logos[$type] = $this->asset_url($attrib['data-src-' . $type], true);
1513
}
1514
1515
0 commit comments