Open sources/components_public/gallery/img_view.php and find:
$this->output .= $this->ipsclass->compiled_templates[ 'skin_gallery_img' ]->photostrip( array_merge( $js_data, array( 'images' => $images, 'name' => $name ) ) );Change to:
$this->output .= $this->ipsclass->compiled_templates[ 'skin_gallery_img' ]->photostrip( array_merge( $js_data, array( 'images' => $images, 'name' => $this->album['name'] ) ) );














