Changeset 16554


Ignore:
Timestamp:
Jul 9, 2012, 4:47:40 PM (12 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.4 (new areas on "theImage")

File:
1 edited

Legend:

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

    r14218 r16554  
    2929                if ($user['level'] >= $Maxlvl) return;
    3030
    31                 $default = array( '#theImage img', '#akPicture', '#colorbox', '#sb-container', '#prevnext', '#theMainImage',);
     31                $default = array( '#theImage img', '#theImage area', '#akPicture', '#colorbox', '#sb-container', '#prevnext', '#theMainImage',);
    3232                if (!isset($conf['rightClick_selectors']))
    3333      $conf['rightClick_selectors'] = array();
Note: See TracChangeset for help on using the changeset viewer.