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]

Location:
extensions/Flash_Gallery/modules/3DFlip
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/Flash_Gallery/modules/3DFlip/3DFlip.tpl

    r3531 r3599  
    1 <div class="Caroussel_block">
     1<div class="3DFlip_block">
    22        <object width="100%" height="{$block.HEIGHT}"
    33          type="application/x-shockwave-flash"
  • extensions/Flash_Gallery/modules/3DFlip/admin/config.inc.php

    r3531 r3599  
    9797{
    9898
    99         if ($key == "fullscreen")
     99        if ($key == "fullscreen" or $key == "vertical")
    100100                $template->assign(array( '3DFlip_'.$key => (($ext_datas[$key]) ? 'checked="checked"': '')));
    101101               
  • extensions/Flash_Gallery/modules/3DFlip/main.inc.php

    r3531 r3599  
    66        $block['FLASHNAME'] = embellish_url(get_root_url().$block['FLASHNAME']);
    77
    8 $full_url = embellish_url( get_root_url().FLASHGAL_PATH.'modules/TiltViewer/js');
    9 $block['SCRIPT'] = '<script type="text/javascript" src="'.$full_url.'/swfobject.js"></script>';
    10 
    11 
    128$module['ext_datas'] = (!empty($module['ext_datas']) ? unserialize($module['ext_datas']) : array(''));
    139
Note: See TracChangeset for help on using the changeset viewer.