comparison example.cfg @ 235:028291a78acb

Get rid of the "use tables" option.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Mar 2018 15:12:02 +0300
parents 80abb1cb5913
children 6a9e6277ef3c
comparison
equal deleted inserted replaced
234:ca5f13c8f535 235:028291a78acb
25 25
26 ; Use image from sub-album as album cover image? 26 ; Use image from sub-album as album cover image?
27 ; If disabled, album_icon will be always used for cover image 27 ; If disabled, album_icon will be always used for cover image
28 cover_images = yes 28 cover_images = yes
29 29
30 ; Use table elements? If disabled, CSS is responsible for formatting
31 use_tables = yes
32
33 ; Number of image entries per table row, if use_tables enabled
34 album_row_limit = 6
35 30
36 ;;; 31 ;;;
37 ;;; Important paths and urls 32 ;;; Important paths and urls
38 ;;; 33 ;;;
39 base_path = "/absolute/path/to/your/gallery" 34 base_path = "/absolute/path/to/your/gallery"