diff options
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 640cd5609..073b97cc3 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -226,13 +226,6 @@ $conf['representative_cache_on_subcats'] = true; // category and element description. $conf['allow_html_descriptions'] = true; -// prefix_thumbnail : string before filename. Thumbnail's prefix must only -// contain characters among : a to z (case insensitive), "-" or "_". -$conf['prefix_thumbnail'] = 'TN-'; - -// dir_thumbnail : directory where thumbnail reside. -$conf['dir_thumbnail'] = 'thumbnail'; - // users_page: how many users to display in screen // Administration>Identification>Users? $conf['users_page'] = 20; |