$value) { $thumb_image = get_cached_image( array( "target_ext" => $image_list['images'][$key][3], "image_name" => $image_list['images'][$key][2] . '.' . $image_list['images'][$key][3], "thumb_name" => md5($image_list['images'][$key][2].$phpwcms["img_list_width"].$phpwcms["img_list_height"].$phpwcms["sharpen_level"]) )); if($thumb_image != false) { if($imgx == 4) { $cinfo_img .= '

'; $imgx = 0; } if($imgx) { $cinfo_img .= ''; } $cinfo_img .= ''.html_specialchars($image_list['images'][$key][1]).''; $imgx++; } } if($imgx) { if($cinfo["result"]) $cinfo["result"] .= '
'; $cinfo["result"] .= $cinfo_img; } } if($cinfo["result"]) { //Zeige Inhaltinfo echo " "; echo ""; echo $cinfo["result"]." "; } ?>