| [ PHPXref.com ] | [ Generated: Sun Jul 20 17:32:46 2008 ] | [ eSPG 1.72 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 $title = 'Photo Gallery'; 3 4 //Thumbnail Settings 5 $maxthumbwidth = 120; 6 $maxthumbheight = 120; 7 $thumbquality = 75; 8 9 //Thumbnail next to category 10 $cat_thumbs = false; 11 12 // Unsharp mask settings for thumbnails 13 $thumb_applyunsharpmask = true; 14 $thumb_amount = 50; 15 $thumb_radius = 0.5; 16 $thumb_threshold = 2; 17 18 //Main Image Resize Settings 19 $resize = true; 20 $maxwidth = 600; 21 $maxheight = 500; 22 $resizequality = 75; 23 24 // Unsharp mask settings for resized images 25 $resize_applyunsharpmask = true; 26 $resize_amount = 50; 27 $resize_radius = 0.5; 28 $resize_threshold = 2; 29 30 //$modrewrite Settings 31 $modrewrite = false; 32 33 //Cache Settings 34 $cachethumbs = true; 35 $cachefolder = 'cache'; 36 37 $cacheresized = true; 38 $cacheresizedfolder = 'rcache'; 39 40 //Preload next image 41 $precache = true; 42 43 //Folder Hiding 44 $hide_folders[] = 'cgi-bin'; 45 46 // Editing functions 47 $allowdeleting = true; 48 $allowmaking = true; 49 50 //Max image upload size default is 150Kb or 153600 bytes 51 $max_size = 153600; 52 53 // Number of thumbnails to display on one page 54 $limit = 15; 55 56 //Miscellaneous Settings 57 $showcomments=false; 58 $showfolderdetails = true; 59 $showimgtitles = true; 60 $showdatesonthumbspage = false; 61 $alignimages = true; 62 $image_fade_in = true;// requires javascript 63 64 // Sort directories by title (true) or folder name (false) 65 $sortfoldersbytitle = false; 66 67 $gd_version = "2.0.28"; 68 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |