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/PhotoFlowGallery
Files:
2 edited

Legend:

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

    r3531 r3599  
    1 <div class="ZenGallery_block">
     1<div class="PhotoFlowGallery_block">
    22        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="{$block.HEIGHT}" id="gal" align="middle">
    33        <param name="allowScriptAccess" value="sameDomain" />
  • extensions/Flash_Gallery/modules/PhotoFlowGallery/main.inc.php

    r3531 r3599  
    55if (!url_is_remote($block['FLASHNAME']))
    66        $block['FLASHNAME'] = embellish_url(get_root_url().$block['FLASHNAME']);
    7 
    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>';
    107
    118
Note: See TracChangeset for help on using the changeset viewer.