private function _getImageInfoCount()
 {
     loadcache('plugin', true);
     $fids = ForumUtils::getForumPhotoGalleryShowFids();
     $count = DzPictureSet::getImageListCount($fids);
     return $count;
 }