hi!
is there a way to put alternat description into the picture (alt-tag) in the intermediate display of an image?
i got it to work in the thumbnail view modifying the functions.inc.php but can't work it for intermediate display.
thx in advance
Anyone know the answer to this, i've been trying to get this to work also.
Thanks in advance
EDIT:
Nevermind i think i figured it out....
Changed this in displayimage.php
$pic_html .= "<img src=\"" . $picture_url . "\" class=\"image\" border=\"0\" alt=\"{$lang_display_image_php['view_fs']}\" /><br />";
To this
$pic_html .= "<img src=\"" . $picture_url . "\" class=\"image\" border=\"0\" alt=\"{$CURRENT_PIC_DATA['caption']}\" /><br />";