Ignore:
Timestamp:
Sep 28, 2009, 10:42:10 PM (15 years ago)
Author:
tiico
Message:

[Flash_Gallery] Fix bug 0001178 (Simpleviewer bug on IE) + Add possibility to add a background image on simpleviewer
Correct prometeus config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Flash_Gallery/modules/simpleviewer/main.inc.php

    r3531 r3936  
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
     5if (!url_is_remote($block['FLASHNAME']))
     6        $block['FLASHNAME'] = embellish_url(get_root_url().$block['FLASHNAME']);
     7
     8$full_url = embellish_url( get_root_url().FLASHGAL_PATH.'js');
     9$block['SCRIPT'] = '<script type="text/javascript" src="'.$full_url.'/swfobject.js"></script>';
    510
    611
Note: See TracChangeset for help on using the changeset viewer.