comparison e2gallerypro/e2config.php @ 4:1bd8daf2684d judyates

[svn r5] fixed problems with the prints css interfering with the firetest css
author rlm
date Mon, 22 Feb 2010 08:19:13 -0500
parents 3f6b44aa6b35
children
comparison
equal deleted inserted replaced
3:3f6b44aa6b35 4:1bd8daf2684d
5 5
6 $e2xmlurl = "e2upload/xml/judyYates.xml"; //XML file location 6 $e2xmlurl = "e2upload/xml/judyYates.xml"; //XML file location
7 7
8 $myPHPVersion = "5"; //What version of PHP are you running? 4 or 5 8 $myPHPVersion = "5"; //What version of PHP are you running? 4 or 5
9 9
10 $galleryDesign = "design/e2simple"; //Design Path Degault Designs: 'design/e2simple' and 'design/e2gallerypro' 10 $galleryDesign = "design/e2gallerypro"; //Design Path Degault Designs: 'design/e2simple' and 'design/e2gallerypro'
11 11
12 $autoStartSlideshow = 'false'; //Do you want the slide show to start on load of the gallery? true or false 12 $autoStartSlideshow = 'false'; //Do you want the slide show to start on load of the gallery? true or false
13 13
14 $showThumbsAtStart = 'true'; //Do you want to show the thumbnails when the gallery first loads? true or false 14 $showThumbsAtStart = 'true'; //Do you want to show the thumbnails when the gallery first loads? true or false
15 15