Ignore:
Timestamp:
Sep 4, 2011, 6:08:09 PM (13 years ago)
Author:
flop25
Message:

adding an option to create big thumbnails periodically : new class css, admin option
changing timthumb to phpThumb.php : it's safer and works according document_root
=> new keys to translate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/admin/maintain.inc.php

    r11923 r12048  
    88  {
    99    $config = array(
    10         'color_main'                                            => 'E6554F',
    11         'column_width'                                          => 170,
    12         'thumbnail_width'                                               => 150,
    13         'thumbnail'                                     => 'piwigo' //generated - auto - piwigo
     10  'color_main'            => 'E6554F',
     11  'column_width'            => 170,
     12  'thumbnail_width'           => 150,
     13        'every_x'                                               => 20,
     14        'starting_to'                                           => 1,
     15 'thumbnail'         => 'piwigo' //generated - auto - piwigo
    1416      );
    1517     
Note: See TracChangeset for help on using the changeset viewer.