Ignore:
Timestamp:
Sep 21, 2012, 6:36:42 PM (12 years ago)
Author:
mistic100
Message:

new option to display thumbnails caption at mouseover

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GThumb/admin.php

    r15970 r18124  
    104104    'cache_big_thumb' => !empty($_POST['cache_big_thumb']),
    105105    'method'          => $_POST['method'],
     106    'show_thumbnail_caption' => !empty($_POST['show_thumbnail_caption']),
    106107  );
    107108
     
    150151    'CACHE_BIG_THUMB' => $params['cache_big_thumb'],
    151152    'METHOD'          => $params['method'],
     153    'SHOW_THUMBNAIL_CAPTION' => $params['show_thumbnail_caption'],
    152154    'PWG_TOKEN'       => get_pwg_token(),
    153155  )
Note: See TracChangeset for help on using the changeset viewer.