Ignore:
Timestamp:
Jul 16, 2009, 12:43:16 AM (15 years ago)
Author:
tiico
Message:

some minor corrections
add block.tpl from pwg_stuff (for flopure)
add prometeus module (javascript)
[TO BE COMPLETED]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Flash_Gallery/modules/PostCardViewer/PostCardViewer.tpl

    r3531 r3599  
    77       
    88
    9                 var fo = new SWFObject("{$block.FLASHNAME}", "viewer", "100%", "{$block.HEIGHT}", "8", "#181818");             
     9                var fo = new SWFObject("{$block.FLASHNAME}", "viewer", "100%", "{$block.HEIGHT}", "8", "{$block.BGCOLOR}");             
    1010                                                                                                               
    1111                // XML GALLERY OPTIONS
     
    1313                fo.addVariable("langOpenImage", "{$block.langOpenImage}");
    1414                fo.addVariable("langAbout", "{$block.langAbout}");
     15                fo.addParam("bgcolor", "{$block.BGCOLOR}");
    1516
    1617                fo.addParam("allowFullScreen","{$block.FULLSCREEN}");
Note: See TracChangeset for help on using the changeset viewer.