// Config settings, uh, duh. $gallery_title = "Gallery" ; // Set the name of your gallery here $admin_name = "Jugend Ennsleite" ; // Set your admin name or company name here $admin_email = "joefellner@gmx.at" ; // Set admin or company email here $filename = "index.php" ; // default is index.php $numcol = "3" ; // number of columns $resampled_width = "512" ; // width of the resampled images (ratio will scale) $thumb_width = "75" ; // width of the thumbs (ratio will scale) $dis_files = "20" ; // number of files to display per page $background = "#FFFFFF" ; // change background color $allow_user_size = "no" ; // allow users to change resampled sizes $allow_original = "yes" ; // allow users to see the original $allow_slideshow = "yes" ; // allow slideshow // Only change this if you are having install problems (remember most problems are // because picKLE-cache isn't world writable or ImageMagick isn't installed correctly // change to 1 to turn debugging on so you can see errors, if you are running win32 you // will see many more errors $picKLE_debug = "0"; // If you are getting "That didn't work as planned. (imagemagick isn't installed, isn'working // right, or you didn't make picKLE-cache writable)" but you know everything is right. // If everything is working right, leave this blank. $convert_path = ""; // /usr/local/bin/ or wherever convert is located ?>
|