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

Last change on this file since 7830 was 5613, checked in by nikrou, 14 years ago

Fix problem for generating xml when php short open tags are allowed.
Fix some issues with i18n keys

File size: 197 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'], $image['path']);
6    }
7  ?>
8</images>
Note: See TracBrowser for help on using the repository browser.