source: extensions/Flash_Gallery/modules/JWImageRotator/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: 280 bytes
Line 
1<?php
2echo "<track>";
3echo "  <title><![CDATA[".$picture['img_name']."]]></title>";
4echo "  <creator>".$picture['img_author']."</creator>";
5echo "  <location>".$picture['img_URLNormal']."</location>";
6echo "  <info>".$picture['img_URLPicturephp']."</info>";
7echo "</track>";
8?>
Note: See TracBrowser for help on using the repository browser.