source:
extensions/Flash_Gallery/modules/FlashPageFlip/xml/before_header.inc.php
@
14653
Last change on this file since 14653 was 3531, checked in by , 15 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
1 | <?php |
2 | // File to personalize datas for the header xml (ex. color...) |
3 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
4 | |
5 | foreach($module['ext_datas'] as $key => $value) |
6 | $module['ext_datas'][$key] = str_replace("#", "", $value); |
7 | |
8 | ?> |
Note: See TracBrowser
for help on using the repository browser.