diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b2cb57e98..b5095e63f 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -113,7 +113,7 @@ $conf['calendar_show_empty'] = true; // width and the height of a cell in the monthly calendar when viewing a // given month. a value of 0 means that the pretty view is not shown. // a good suggestion would be to have the width and the height equal -// and smaller than tn_width and tn_height. +// and smaller than upload thumbnails configuration size. $conf['calendar_month_cell_width'] =80; $conf['calendar_month_cell_height']=80; @@ -140,16 +140,6 @@ $conf['level_separator'] = ' / '; // display before and after the current page ? $conf['paginate_pages_around'] = 2; -// tn_width : default width for thumbnails creation -$conf['tn_width'] = 128; - -// tn_height : default height for thumbnails creation -$conf['tn_height'] = 128; - -// tn_compression_level: compression level for thumbnail creation. 0 is low -// quality, 100 is high quality. -$conf['tn_compression_level'] = 75; - // show_version : shall the version of Piwigo be displayed at the // bottom of each page ? $conf['show_version'] = true; |