source: extensions/photoWidget/template/liste.xml @ 19908

Last change on this file since 19908 was 19908, checked in by nikrou, 11 years ago

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

File size: 237 bytes
Line 
1<?php echo '<?xml version="1.0"?>';?>
2<images>
3  <?php
4    foreach ($images as $id => $image) {
5    printf('<image href="%s">%s</image>', $image['url'], DerivativeImage::url(IMG_SQUARE, new SrcImage($image)));
6    }
7  ?>
8</images>
Note: See TracBrowser for help on using the repository browser.