- Improve logo handling in default skin (#1488385)

This commit is contained in:
alecpl
2012-03-09 09:44:12 +00:00
parent fe3a1d60a5
commit 3cbdbd9bb7
6 changed files with 10 additions and 15 deletions

View File

@@ -157,7 +157,7 @@ class html
$attr = array('src' => $attr);
}
return self::tag('img', $attr + array('alt' => ''), null, array_merge(self::$common_attrib,
array('src','alt','width','height','border','usemap')));
array('src','alt','width','height','border','usemap','onclick')));
}
/**