예제 #1
0
파일: core.php 프로젝트: ayoayco/upbeat
 /**
  * nggGallery::get_thumbnail_folder()
  *
  * @param mixed $gallerypath
  * @param bool $include_Abspath
  * @deprecated use create_thumbnail_folder() if needed;
  * @return string $foldername
  */
 static function get_thumbnail_folder($gallerypath, $include_Abspath = TRUE)
 {
     return nggGallery::create_thumbnail_folder($gallerypath, $include_Abspath);
 }