コード例 #1
0
ファイル: mod_gallery2.php プロジェクト: sndrr/mod_gallery2
 /**
  * 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);
 }