Ignore:
Timestamp:
Jan 6, 2013, 2:56:47 PM (11 years ago)
Author:
nikrou
Message:

Make plugin compatible with piwigo 2.4
Improve selection of albums (auto-complete)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/photoWidget/template/liste.xml

    r5613 r19908  
    33  <?php
    44    foreach ($images as $id => $image) {
    5     printf('<image href="%s">%s</image>', $image['url'], $image['path']);
     5    printf('<image href="%s">%s</image>', $image['url'], DerivativeImage::url(IMG_SQUARE, new SrcImage($image)));
    66    }
    77  ?>
Note: See TracChangeset for help on using the changeset viewer.