getItemByImgName($dir[0],$i); ?>

char).(!$item->title? '' : '
'.$item->title); ?>

'; if($item->location) $par.='location: '.htmlentities($item->location).$nwl; if($item->event) $par.='event: '.htmlentities($item->event); if($item->date){ $par.=($item->event!='')?', '.$item->date.$nwl:'date: '.$item->date.$nwl; } if($item->imageby) $par.='image by: '.htmlentities($item->imageby).$nwl; if($item->postproduction) $par.='post-production: '.htmlentities($item->postproduction).$nwl; if($item->with) $par.='with: '.htmlentities($item->with).$nwl; if($item->comment) $par.=makeClickableLinks(htmlentities($item->comment)).$nwl; if($par!='') $par = substr($par, 0, strlen($nwl)*-1); echo $par; ?>