source: extensions/Flash_Gallery/modules/StackGallery/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: 499 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
6$imageScaleMode = array('', 'Crop', 'Fit', 'NoScale');
7$module['ext_datas']['imageScaleMode'] = $imageScaleMode[$module['ext_datas']['imageScaleMode']];
8
9$module['ext_datas']['captionColor']  = str_replace("#", "0x", $module['ext_datas']['captionColor']);
10$module['ext_datas']['frameColor'] = str_replace("#", "0x", $module['ext_datas']['frameColor']);
11       
12
13?>
Note: See TracBrowser for help on using the repository browser.