comparison example.cfg @ 140:814c422c9194

Document cover_images setting better. Add album_row_limit to example config.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Sep 2017 14:56:51 +0300
parents f825d644cf7a
children b4751909c48f
comparison
equal deleted inserted replaced
139:c7e8f8b9dd8d 140:814c422c9194
18 ;;; 18 ;;;
19 css = "/mgallery/basic.css" 19 css = "/mgallery/basic.css"
20 album_icon = "/mgallery/album_sm.png" 20 album_icon = "/mgallery/album_sm.png"
21 ;urchin_file = "urchin.inc.php" 21 ;urchin_file = "urchin.inc.php"
22 22
23 23 ; Use image from sub-album as album cover image?
24 ; Use image from sub-album as album cover image 24 ; If disabled, album_icon will be always used for cover image
25 cover_images = yes 25 cover_images = yes
26 26
27 ; Use table elements? If disabled, CSS is responsible for formatting 27 ; Use table elements? If disabled, CSS is responsible for formatting
28 use_tables = yes 28 use_tables = yes
29
30 ; Number of image entries per table row, if use_tables enabled
31 album_row_limit = 6
29 32
30 ;;; 33 ;;;
31 ;;; Important paths and urls 34 ;;; Important paths and urls
32 ;;; 35 ;;;
33 base_path = "/absolute/path/to/your/gallery" 36 base_path = "/absolute/path/to/your/gallery"