see Readme.txt for details // // ------------------------------------------------------------------- // appearance $PageTitle = "::Fordidofans.net Gallery ::"; // text for the browser title $TableTitle = ":: Fordidofans.net Gallery ::"; // text for the tableheader $ShownFileSize = 0; // 0 - auto adjust of the shown filesize [B, kB, MB] (standard: 0) // 1 - show size in bytes // 2 - show size in kilobytes // 3 - show size in megabytes $DisableComments = 1; // 0 - comments enabled, 1 - comments disabled (standard: 0) // directory and file sorting $DirectorySortType = 1; // 0 - sort name, 1 - sort date (standard: 0) $DirectorySortOrder = 1; // 0 - asc sort order for dirs, 1 - desc sort order for dirs (standard: 0) $PictureSortType = 0; // 0 - sort name, 1 - sort date (standard: 0) // ATTENTION: Sorting files by filedate may take several seconds to perform $PictureSortOrder = 0; // 0 - asc sort order for pictures, 1 - desc sort order for pictures (standard: 0) // thumbnails $RowCount = 10; // rows per thumbpage (standard: 5) $ColCount = 8; // cols per thumbpage (standard: 5) $ThumbSize = 80; // max thumbsize [bigger ones will be downscaled] (standard: 80) $ThumbShowName = 1; // show the name of the image in the thumbnailview (standard: 1) $ThumbShowFileSize = 1; // show the filesize of the image in the thumbnailview (standard: 1) $ThumbShowImageSize = 1; // show the imagesize of the image in the thumbnailview (standard: 1) $ThumbShowCommentCnt = 1; // show the count of comments for the image in the thumbnailview (standard: 1) // special link $LinkToHomePage = 1; // if set to 1 on the indexpage a button occurs that links to a specified page $HomepageLink = "http://www.fatman98.de.vu/"; // the link to the specified page $HomepageLinkCaption = "Homepage"; // the text for the shown button // colors $BackgroundColor = "#dddddd";// background color (standard: "#CCCCCC", grey) $FontColor = "#000000"; // font color (standard: "#000000", black) $FontColor2 = "#000000"; // font color for index.php (standard: "#000000", black) $LabelColor = "#000000"; // font color for the labels in the comment dialog (standard: "#000000", black) $LinkColor = "#C60000"; // link color (standard: "#C60000", darkred) $LinkHoverColor = "#FF5454"; // linkmouseover color (standard: "#FF5454", darksalmon) $TableHeaderColor = "#cccccc"; // color of the table header (standard: "#E3E3E3", darkgrey) $TableMouseOverColor = "#ffffff"; // color of the mouse over event (standard: "#FF5454", darksalmon) $TableBorderColor = "#CCCCCC"; // color of the tableborder (standard: "#CCCCCC", lightgrey) $ButtonColor = "#aaaaaa"; // color of the buttons (standard: "#DD0000", darkred) $CommentColor = "#e3e3e3"; // color of the comments (standard: "#DD0000", darkred) // dirs $GalleryHomeDir = "gallery"; // the name of the gallery dir $ThumbDir = "thumbs"; // the name of the thumb subdir for each gallery dir // index $DirsPerPage = 10; // count of the shown gallery dirs per indexpage (standard: 5) // images $Shrinked = 1; // $Shrinked == 1 means, that images > $ShrinkedWidth will $ShrinkedWidth = 800; // be scaled down to $ShrinkedWidth pixels // language $GalleryLanguage = "en" // de - german, en - english (standard: "de") ?>