Changeset 14690


Ignore:
Timestamp:
May 2, 2012, 10:43:23 PM (12 years ago)
Author:
Zaphod
Message:

version 2.2.0.beta3 for Piwigo 2.4rc

Location:
extensions/stripped
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/readme.txt

    r14687 r14690  
    3232---------
    3333
    34 *** version 2.2.0.beta2
     34*** version 2.2.0.bta3
    3535
    3636- betatest version for Piwigo 2.4
  • extensions/stripped/themeconf.inc.php

    r14687 r14690  
    113113
    114114                $picturenext[$in] = $rownext;
    115                 $picturenext[$in]['is_picture'] = false;
    116115
    117                 if (in_array(get_extension($rownext['file']), $conf['picture_ext']))
    118                 {
    119                         $picturenext[$in]['is_picture'] = true;
    120                 }
    121 
    122                 $picturenext[$in]['image_url'] = ''; /*get_image_url( $picturenext[$in] );*/
     116                $derivative = new DerivativeImage($stripped['imageSize'], new SrcImage($rownext));
     117                $picturenext[$in]['image_url'] = $derivative->get_url();
    123118        }
    124119
Note: See TracChangeset for help on using the changeset viewer.