source: extensions/Flash_Gallery/modules/IMGallery/xml/imageNode.xml.php @ 3531

Last change on this file since 3531 was 3531, checked in by tiico, 15 years ago

First revision (for testing)
Only in French (translation to be done)

File size: 228 bytes
Line 
1<?php
2
3echo '
4        <pic>
5        <image>'.$picture['img_URLNormal'].'</image>
6        <caption>'.$picture['img_description'].'</caption>
7        <thumbnail>'.$picture['img_URLThumb'].'</thumbnail>
8    </pic>
9        ';
10
11?>                             
12       
Note: See TracBrowser for help on using the repository browser.