source: extensions/Flash_Gallery/modules/PhotoFlowGallery/xml/header.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: 875 bytes
Line 
1<?php
2echo '<gallery>
3        <settings>
4                <imagesFolder>'.get_root_url().'/</imagesFolder>
5                <imageAngle>'.$module['ext_datas']['imageAngle'].'</imageAngle>
6                <useScrollBar>'.($module['ext_datas']['useScrollBar'] ? "true" : "false").'</useScrollBar>
7                <slideShow>'.($module['ext_datas']['slideShow'] ? "true" : "false").'</slideShow>
8                <slideShowDelay>'.$module['ext_datas']['slideShowDelay'].'</slideShowDelay>
9                <flipDuration>'.$module['ext_datas']['flipDuration'].'</flipDuration>
10                <flipSound></flipSound>
11                <colorScheme>'.$module['ext_datas']['colorScheme'].'</colorScheme>
12                <startPosition>'.$module['ext_datas']['startPosition'].'</startPosition>       
13                <reflectionAlpha>'.$module['ext_datas']['reflectionAlpha'].'</reflectionAlpha>
14                <useHighlight>'.($module['ext_datas']['useHighlight'] ? "true" : "false").'</useHighlight>             
15               
16        </settings>
17        <items>
18
19';
20?>
Note: See TracBrowser for help on using the repository browser.