Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Dec 12 2008 11:30 PM
    • Views: 976
     


    * * * * *
    0 Ratings

    Bug fix: album name on Photostrip

    This tutorial will fix the bug on Photostrip.

    Posted by Adriano Faria on Dec 12 2008 11:30 PM
    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'] ) ) );

    Posted Image

    ;)

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune