Ignore:
Timestamp:
Nov 12, 2009, 9:56:21 PM (14 years ago)
Author:
tiico
Message:

[ConcoursPhoto] Add global note under thumb (+ param) and in concours image page; Correct author masking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ConcoursPhoto/admin/params.php

    r4252 r4260  
    1414
    1515  $concours->my_config['mask_author'] = isset($_POST['mask_author']);
     16  $concours->my_config['thumb_note'] = isset($_POST['thumb_note']);
    1617
    1718  $concours->save_config();
     
    2829        'SHOW_MENUBAR'                  => ($concours->my_config['active_menubar'] ? 'checked="checked"' : ''),
    2930    'MASK_AUTHOR'                       => ($concours->my_config['mask_author'] ? 'checked="checked"' : ''),
     31    'THUMB_NOTE'                        => ($concours->my_config['thumb_note'] ? 'checked="checked"' : ''),
    3032                        ));
    3133
Note: See TracChangeset for help on using the changeset viewer.