source: extensions/Flash_Gallery/modules/Carousel/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: 220 bytes
Line 
1<?php
2
3echo '
4<photo>
5  <href>'.$picture['img_URLPicturephp'].'</href>
6  <target>_blank</target>
7  <src>'.$picture['img_URLNormal'].'</src>
8  <title>'.$picture['img_description'].'</title>
9</photo>';
10
11?>                             
12       
Note: See TracBrowser for help on using the repository browser.