source: extensions/Flash_Gallery/modules/AutoViewer/xml/header.xml.php @ 20351

Last change on this file since 20351 was 3531, checked in by tiico, 15 years ago

First revision (for testing)
Only in French (translation to be done)

File size: 470 bytes
Line 
1<?php
2echo '<?xml version="1.0" encoding="UTF-8"?>';
3echo "\n";
4echo '<gallery '
5           .' frameColor="'.$module['ext_datas']['frameColor']."\"\n"
6           .' frameWidth="'.$module['ext_datas']['frameWidth']."\"\n"
7           .' imagePadding="'.$module['ext_datas']['imagePadding']."\"\n"
8           .' displayTime="'.$module['ext_datas']['displayTime']."\"\n"
9           .' enableRightClickOpen="'.($module['ext_datas']['enableRightClickOpen'] ? "true" : "false")."\">\n"
10;
11echo "\n";
12?>
Note: See TracBrowser for help on using the repository browser.