From feb623b6442a10fb141f4c73dfd020e0d0e5c099 Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Wed, 14 Mar 2007 14:08:53 +0100 Subject: [PATCH] [svn r11573] Update the profil conf (add a constant for the picture resizing in profil) --- main/inc/conf/profile.conf.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/inc/conf/profile.conf.dist.php b/main/inc/conf/profile.conf.dist.php index cf475a3f60..b3533e4800 100644 --- a/main/inc/conf/profile.conf.dist.php +++ b/main/inc/conf/profile.conf.dist.php @@ -18,6 +18,7 @@ $profileIsEditable = true; ///// PICTURE OF USERS ///// define ('PREFIX_IMAGE_FILENAME_WITH_UID', true); // if true, filename of images on server begin with uid of the user. define ('RESIZE_IMAGE_TO_THIS_HEIGTH',180); +define('IMAGE_THUMBNAIL_WIDTH', 100); // ABOUT IMAGE REPLACE define ('KEEP_THE_NAME_WHEN_CHANGE_IMAGE',TRUE);