printDefaultSizedImage does not produce image-title in image-link

I am working with SV1954 in the moment,
I want to suggest to add the image-title-attribute when generating the `imagetitle is as important as alt

so here is the code:
`//Print images

else {

echo "\
" width=\"" . getDefaultWidth() . "\" height=\"" . getDefaultHeight() . "\"" .

(($class) ? " class=\"$class\"" : "") .

(($id) ? " id=\"$id\"" : "") . " />";

}`

I am convinced that the title-attribute should be produced with every image, so I suggest to add it generally..

Comments

Sign In or Register to comment.