| Re: bug: xcgal 2.03 + Lightbox |
Betreff: Re: bug: xcgal 2.03 + Lightbox von mcleines am 12.11.2007 17:52:03 Hallo Sebl! Stimmt, da hat sich ein Fehler eingeschlichen. Ändere die Zeile 583 in der Datei /include/functions.inc.php so:
$thumb_list[$i]['image_lightbox'] = ($xoopsModuleConfig['picture_width'] <= $row['pwidth']) ? get_pic_url($row, 'normal') : get_pic_url($row, 'fullsize'); # deleted </a> at end mcleines
Es wurde eigentlich nur das Template xcgal_thumbs.html geändert! |