source: extensions/Flash_Gallery/modules/3DFlip/xml/before_header.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: 261 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$flip = array( '', 'auto', 'mouse', 'keyboard');
6
7$module['ext_datas']['flip'] = $flip[$module['ext_datas']['flip']];
8
9
10
11?>
Note: See TracBrowser for help on using the repository browser.