source: extensions/Flash_Gallery/modules/PhotoFlowGallery/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: 319 bytes
Line 
1<?php
2
3echo '          <item>
4                        <source>'.$picture['img_URLNormal'].'</source>
5                        <description>'.$picture['img_description'].'</description>
6
7                        <!-- You can add a link to the image using following tag -->
8
9                        <link>'.$picture['img_URLPicturephp'].'</link>
10                        <target>_blank</target>
11                </item>
12               
13                ';
14
15?>                             
16       
Note: See TracBrowser for help on using the repository browser.