PhilW
2013-08-26 d81d69377a53f347eab1bef898dc405d3b5940e9
program/include/rcmail_output_html.php
@@ -926,11 +926,11 @@
                    $attrib += array('alt' => $this->xml_command(array('', 'object', 'name="productname"')));
                    if (is_array($this->config->get('skin_logo'))) {
                       if (isset($attrib['type']) && array_key_exists($attrib['type'], $this->config->get('skin_logo'))) {
                           $attrib['src'] = $this->config->get('skin_logo')[$attrib['type']];
                       if ($logo = $this->config->get('skin_logo')[$this->template_name]) {
                           $attrib['src'] = $logo;
                       }
                       elseif (array_key_exists('default', $this->config->get('skin_logo'))) {
                           $attrib['src'] = $this->config->get('skin_logo')['default'];
                       elseif ($logo = $this->config->get('skin_logo')['*']) {
                           $attrib['src'] = $logo;
                       }
                    }
                    elseif ($logo = $this->config->get('skin_logo')) {