$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"]." "; } /* $ecard = unserialize($row["acontent_form"]); $cinfo_imagelist=""; if(count($ecard["list"])) { $imgx=0; foreach($ecard["list"] as $key => $value) { if($imgx) { if($imgx == 4) { $cinfo_imagelist .= "

"; $imgx=1; } else { $cinfo_imagelist .= ""; $imgx++; } } else { $imgx++; } $cinfo_imagelist .= "\"[PIC-".($key+1)."]"; } } $cinfo["result"] = trim($cinfo["result"]); if($cinfo["result"] && $cinfo_imagelist) { $cinfo["result"] = html_specialchars($cinfo["result"])."
".$cinfo_imagelist; } else { if($cinfo_imagelist) { $cinfo["result"] = $cinfo_imagelist; } else { $cinfo["result"] = html_specialchars($cinfo["result"]); } } if($cinfo["result"]) { //Zeige Inhaltinfo echo " "; echo ""; echo $cinfo["result"]." "; } */ ?>