public function content()
 {
     if (isset($_GET['album_id'])) {
         echo PhotoGallery_GalleryHelper::get_album_gallery_div($_GET['album_id']);
     } else {
         echo PhotoGallery_GalleryHelper::get_all_photos_gallery_div();
     }
 }
 protected function get_widget_content()
 {
     return PhotoGallery_GalleryHelper::get_widget_content();
 }