source: extensions/Flash_Gallery/modules/LeMonde/module.inc.php

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

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

File size: 584 bytes
Line 
1<?php
2// Fichier contenant les parametres du module
3$module_data = array();
4$module_data['FlashName'] = "portfolio_std.swf";
5$module_data['FlashvarXML'] = "source";
6
7$module_data['datas'] = array();
8$module_data['datas']['img_id'] = false;
9$module_data['datas']['img_name'] = "%IC"; //false;
10$module_data['datas']['img_description'] = "%I3";       //true;
11$module_data['datas']['img_author'] = "%I4";    //true;
12$module_data['datas']['img_URLThumb'] = "%I9";  //true;
13$module_data['datas']['img_URLNormal'] = "%IA";//false;
14$module_data['datas']['img_URLPicturephp'] = "%I8";
15
16?>
Note: See TracBrowser for help on using the repository browser.