source: extensions/Flash_Gallery/modules/PostCardViewer/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: 697 bytes
Line 
1<?php
2echo '<?xml version="1.0" encoding="UTF-8"?>';
3echo "\n";
4echo '<gallery '
5        .' cellDimension="'.$module['ext_datas']['cellDimension']."\"\n"
6        .' columns="'.$module['ext_datas']['columns']."\"\n"
7        . 'zoomOutPerc="'.$module['ext_datas']['zoomOutPerc']."\"\n"
8        . 'zoomInPerc="'.$module['ext_datas']['zoomInPerc']."\"\n"
9            .' frameWidth="'.$module['ext_datas']['frameWidth']."\"\n"
10        .' frameColor="'.$module['ext_datas']['frameColor']."\"\n"
11        .' captionColor="'.$module['ext_datas']['captionColor']."\"\n"
12            .' enableRightClickOpen="'.(isset($module['ext_datas']['enableRightClickOpen']) ? "true" : "false")."\">\n"
13;
14echo "\n";
15
16?>
Note: See TracBrowser for help on using the repository browser.