source: extensions/Flash_Gallery/modules/PhotoFlowGallery/xml/before_header.inc.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: 469 bytes
Line 
1<?php
2// File to personalize datas for the header xml (ex. color...)
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4
5$colorScheme = array( '', 'white', 'black', 'grey', 'red', 'green', 'blue', 'custom' );
6$startPosition = array( '', 'left', 'center', 'right' );
7
8$module['ext_datas']['colorScheme'] = $colorScheme[$module['ext_datas']['colorScheme']];
9$module['ext_datas']['startPosition'] = $colorScheme[$module['ext_datas']['startPosition']];
10
11?>
Note: See TracBrowser for help on using the repository browser.