diff options
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 110accd46..cd02ce597 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -115,9 +115,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. NOTE THAT tn_width AND tn_height -// MUST CORRESPOND APPROXIMATIVELY TO YOUR REAL THUMBNAIL SIZE, OTHERWISE -// THE IMAGES WILL NOT SHOW CORRECTLY +// and smaller than tn_width and tn_height. $conf['calendar_month_cell_width'] =80; $conf['calendar_month_cell_height']=80; |