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/xml/header.xml.php

    r3531 r3936  
    1818           .' title="'.$module['ext_datas']['title']."\"\n"
    1919           .' enableRightClickOpen="'.(($module['ext_datas']['enableRightClickOpen']) ? "true" : "false")."\"\n"
    20            .' backgroundImagePath="" '
     20           .' backgroundImagePath="'.(isset($module['ext_datas']['backgroundImagePath']) ? $module['ext_datas']['backgroundImagePath'] : '').'" '
    2121           .' imagePath="'.get_root_url()."\"\n"
    2222                .' thumbPath="'.get_root_url().'">';
Note: See TracChangeset for help on using the changeset viewer.