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 |
---|
2 | echo '<?xml version="1.0" encoding="UTF-8"?>'; |
---|
3 | echo "\n"; |
---|
4 | echo '<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 | ; |
---|
11 | echo "\n"; |
---|
12 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.