source: extensions/Flash_Gallery/modules/AutoViewer/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: 318 bytes
Line 
1<?php
2echo "<image>";
3echo "  <url>".$picture['img_URLNormal']."</url>";
4echo "  <caption><![CDATA[".$picture['img_description']."]]></caption>";
5echo "  <width>".($row['IMGWIDTH'] ? $row['IMGWIDTH'] : "0")."</width>";
6echo "  <height>".($row['IMGHEIGHT'] ? $row['IMGHEIGHT'] : "0")."</height>";
7echo "</image>";
8?>
Note: See TracBrowser for help on using the repository browser.