Changeset 3563


Ignore:
Timestamp:
Jul 10, 2009, 5:29:34 PM (15 years ago)
Author:
patdenice
Message:

Margin corrected with clear or dark theme.
Compatible with flopure template.
Add russian language.

Location:
extensions/PWG_Stuffs
Files:
3 added
3 edited

Legend:

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

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

    r3535 r3563  
    4242  $block['SHOWSEARCH'] = (@$obj->my_config['piclens_wall_showsearch'] ? "true" : "false");
    4343  $block['TRANSPARENT'] = @$obj->my_config['piclens_wall_transparent'];
    44   $block['SWF_LINK'] = ( (isset($obj->my_config['piclens_wall_swflocal']) and @$obj->my_config['piclens_wall_swflocal']) ? @$obj->root_site_piclens.PICLENS_PATH.'swf/cooliris.swf' : 'http://apps.cooliris.com/embed/cooliris.swf');
     44  $block['SWF_LINK'] = (@$obj->my_config['piclens_wall_swflocal'] ? @$obj->root_site_piclens.PICLENS_PATH.'swf/cooliris.swf' : 'http://apps.cooliris.com/embed/cooliris.swf');
    4545  $block['NBLIGNE'] = (isset($obj->my_config['piclens_wall_nb_ligne']) ? @$obj->my_config['piclens_wall_nb_ligne'] : "3");
    4646 
  • extensions/PWG_Stuffs/template/index.css

    r3300 r3563  
    1212
    1313.stuffs {
    14   margin: 1em 0;
     14  margin: 0 0 1em;
    1515  overflow: hidden;
    1616}
Note: See TracChangeset for help on using the changeset viewer.