source: extensions/Flash_Gallery/modules/LeMonde/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: 720 bytes
Line 
1<?php
2echo '  <mia:slide rang="'.$nb_picture.'" tempo="'.$module['ext_datas']['tempo'].'">
3    <mia:source>'.$picture['img_author'].'</mia:source>
4    <mia:titre>'.$picture['img_name'].'</mia:titre>
5    <mia:legende>'.$picture['img_description'].'</mia:legende>
6    <mia:savoirplus url="'.$picture['img_URLPicturephp'].'">Link</mia:savoirplus>
7    <mia:img_petite src="'.$picture['img_URLThumb'].'" width="'.$conf['tn_width'].'" height="'.$conf['tn_width'].'" align="center"/>
8    <mia:img_grande src="'.$picture['img_URLNormal'].'" width="575" height="385" align="center"/>
9    <mia:img_coldte src="'.$picture['img_URLNormal'].'" width="288" height="192" align="center"/>
10  </mia:slide>';
11$nb_picture++;
12?>
Note: See TracBrowser for help on using the repository browser.