source:
extensions/Flash_Gallery/modules/ZenGallery/main.inc.php
@
23139
Last change on this file since 23139 was 3599, checked in by , 15 years ago | |
---|---|
File size: 301 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
4 | |
5 | if (!url_is_remote($block['FLASHNAME'])) |
6 | $block['FLASHNAME'] = embellish_url(get_root_url().$block['FLASHNAME']); |
7 | |
8 | |
9 | $module['ext_datas'] = (!empty($module['ext_datas']) ? unserialize($module['ext_datas']) : array('')); |
10 | |
11 | |
12 | ?> |
Note: See TracBrowser
for help on using the repository browser.