source: extensions/Flash_Gallery/modules/PostCardViewer/xml/imageNode.xml.php

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

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

File size: 163 bytes
Line 
1<?php
2echo "<image>";
3echo "  <url>".$picture['img_URLNormal']."</url>";
4echo "  <caption>".$picture['img_description']."</caption>";
5echo "</image>";
6?>                             
7       
Note: See TracBrowser for help on using the repository browser.