Esempio n. 1
0
 /**
  * Show a single image
  *
  * @param numeric $imageId Gallery imageId of the image to show
  * @return the image to show
  */
 function _ShowSingleImage($imageId)
 {
     return gallery::ShowSingleImage($imageId);
 }