Changeset 3569


Ignore:
Timestamp:
Jul 13, 2009, 2:02:58 AM (15 years ago)
Author:
patdenice
Message:

Bug corrected with piclenswall module.
Add flopure template files (forgotten in last commit)

Location:
extensions/PWG_Stuffs
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/main.inc.php

    r3563 r3569  
    22/*
    33Plugin Name: PWG Stuffs
    4 Version: 2.0.p
     4Version: 2.0.q
    55Description: Insert modules on your gallery
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=190
  • extensions/PWG_Stuffs/template/piclenswall.tpl

    r3535 r3569  
    1010                <param name="wmode" value="transparent" />
    1111    {/if}
    12                 <embed {if $block.TRANSPARENT}WMODE="transparent" {/if}type="application/x-shockwave-flash" src="{$block.SWF_LINK}?feed={$block.RSSFEED}&amp;style={$block.COLOR}&amp;numRows={$block.NBLIGNE}&amp;showEmbed={$block.SHOWEMBED}&amp;showFullScreen={$block.SHOWFULLSCREEN}&amp;showSearch={$block.SHOWSEARCH}" width="100%" height="{$block.PIC_HEIGHT}" showEmbed="{$block.SHOWEMBED}" showSearch="{$block.SHOWSEARCH}" allowFullScreen="{$block.SHOWFULLSCREEN}" allowScriptAccess="always"  style="{$block.COLOR}" numRows="{$block.NBLIGNE}/>
     12                <embed {if $block.TRANSPARENT}WMODE="transparent" {/if}type="application/x-shockwave-flash" src="{$block.SWF_LINK}?feed={$block.RSSFEED}&amp;style={$block.COLOR}&amp;numRows={$block.NBLIGNE}&amp;showEmbed={$block.SHOWEMBED}&amp;showFullScreen={$block.SHOWFULLSCREEN}&amp;showSearch={$block.SHOWSEARCH}" width="100%" height="{$block.PIC_HEIGHT}" showEmbed="{$block.SHOWEMBED}" showSearch="{$block.SHOWSEARCH}" allowFullScreen="{$block.SHOWFULLSCREEN}" allowScriptAccess="always"  style="{$block.COLOR}" numRows="{$block.NBLIGNE}"/>
    1313</object>
    1414{/if}
Note: See TracChangeset for help on using the changeset viewer.