source: extensions/Flash_Gallery/modules/StackGallery/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: 837 bytes
Line 
1<?php
2echo '<gallery>
3        <settings>
4                <imagesFolder>'.get_root_url().'</imagesFolder>         
5                <captionColor>'.$module['ext_datas']['captionColor'].'</captionColor>           
6                <frameColor>'.$module['ext_datas']['frameColor'].'</frameColor>
7                <bgImage/>
8                <image width="'.$module['ext_datas']['width'].'" height="'.$module['ext_datas']['height'].'"/>
9                <imageScaleMode>'.$module['ext_datas']['imageScaleMode'].'</imageScaleMode>
10                <visibleImages>'.$module['ext_datas']['visibleImages'].'</visibleImages>
11                <usePhotoNumbers>'.(($module['ext_datas']['usePhotoNumbers']) ? "true" : "false").'</usePhotoNumbers>
12                <backButtonLabel>'.$module['ext_datas']['backButtonLabel'].'</backButtonLabel>
13                <soundEffect></soundEffect>
14                <slideshow>'.(($module['ext_datas']['slideshow']) ? "true" : "false").'</slideshow>
15                </settings>
16        <items>
17
18';
19?>
Note: See TracBrowser for help on using the repository browser.