示例#1
0
 /**
  * Show multiple images
  *
  * @param $imageCSV a comma separated list of values of the Gallery imageIds of the images to show
  * @return string|null images to show
  */
 function _ShowImages($imageCSV)
 {
     return gallery::ShowImages($imageCSV);
 }