source: extensions/Flash_Gallery/modules/FlashPageFlip/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: 432 bytes
Line 
1<?php
2
3echo '<content width="'.$module['ext_datas']['width']."\"\n"
4        .'height="'.$module['ext_datas']['height']."\"\n"
5        .'bgcolor="'.$module['ext_datas']['bgcolor']."\"\n"
6        .'loadercolor="'.$module['ext_datas']['loadercolor']."\"\n"
7        .'panelcolor="'.$module['ext_datas']['panelcolor']."\"\n"
8        .'buttoncolor="'.$module['ext_datas']['buttoncolor']."\"\n"
9        .'textcolor="'.$module['ext_datas']['textcolor'].'">';
10echo "\n";
11?>
Note: See TracBrowser for help on using the repository browser.