Ignore:
Timestamp:
Jan 20, 2011, 12:22:52 AM (13 years ago)
Author:
Gotcha
Message:

Ajout de 3 nouvelles options

  • showItemEmbed - Show "Sharing" links
  • showLinkOut - Show the button that links out to the original content
  • showClose - Show the "Close" button on individual items

Suppression de la traduction de l'option #1 qui ne coïncide plus avec les nouvelles versions de Cooliris
MAJ du player cooliris.swf
Résolution du bug:1397 (Bug d'affichage sur catégories spéciales)

bug:1397

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/piclenswall.php

    r4127 r8780  
    4848                                'showembed'                             => ($this->my_config['piclens_wall_showembed'] ? "true" : "false"),
    4949                                'showsearch'                    => ($this->my_config['piclens_wall_showsearch'] ? "true" : "false"),
     50                                'showitemembed'                 => ($this->my_config['piclens_wall_showitemembed'] ? "true" : "false"),
     51                                'showlinkout'                   => ($this->my_config['piclens_wall_showlinkout'] ? "true" : "false"),
     52                                'showclose'                     => ($this->my_config['piclens_wall_showclose'] ? "true" : "false"),
    5053                                'transparent'                   => $this->my_config['piclens_wall_transparent'],
    5154                                'swf_link'                              => ($this->my_config['piclens_wall_swflocal'] ? $this->root_site_piclens.PICLENS_PATH.'swf/cooliris.swf' : 'http://apps.cooliris.com/embed/cooliris.swf'),
Note: See TracChangeset for help on using the changeset viewer.