source: extensions/Flash_Gallery/modules/Polaroid/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: 508 bytes
Line 
1<?php
2// Fichier contenant les parametres du module
3$module_data = array();
4$module_data['FlashName'] = "polaroid.swf";
5$module_data['FlashvarXML'] = "xmlURL";
6
7$module_data['datas'] = array();
8$module_data['datas']['img_id'] = false;
9$module_data['datas']['img_name'] = false;
10$module_data['datas']['img_description'] = "%IC";       //true;
11$module_data['datas']['img_URLThumb'] = "%I9";  //true;
12$module_data['datas']['img_URLNormal'] = false;
13$module_data['datas']['img_URLPicturephp'] = false;
14
15?>
Note: See TracBrowser for help on using the repository browser.