I've added a title tag to the image to help users further. Very very simple change.
if ($link['position'] != 'no_image') {
$flag = '<img src="'. $link['src'] .'" width = "'. $link['flagwidth'] .'" height = "'. $link['flagheight'] .'" class="'. $classes .'" alt="'. $link['text'] .'" title="'. $link['text'] .'"/>';
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | add-title-to-flag-icon-img-d7-931084-1.patch | 791 bytes | lklimek |
Comments
Comment #1
lklimek commentedPlease review the patch attached (Drupal 7)
Comment #2
lklimek commentedcommitted to 7.x-1.x