source: extensions/Flash_Gallery/modules/TiltViewer/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: 277 bytes
Line 
1<?php
2
3echo "<photo imageurl=\"".$picture['img_URLNormal']."\"";
4echo    " linkurl=\"".$picture['img_URLPicturephp']."\">";
5echo ">\n";
6echo "  <title>".$picture['img_name']."</title>";
7echo "  <description>".$picture['img_desc']."</description>";
8echo "</photo>";
9?>                             
10       
Note: See TracBrowser for help on using the repository browser.