source:
extensions/photoWidget/template/liste.xml
@
17879
Last change on this file since 17879 was 5613, checked in by , 15 years ago | |
---|---|
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.