I\'m trying to map some arrays values to an unordered () list.
Used this today:
if ( !empty($files) ) echo '' . implode('', $files);