comparison example.cfg @ 19:59075f5e7a62

Add configuration setting to enable and disable use of HTML table elements.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Sep 2015 12:49:56 +0300
parents 3f7bc4202df3
children 5ecb92a7338c
comparison
equal deleted inserted replaced
18:8c1599a30120 19:59075f5e7a62
20 navi_ctrl_next = "next >>" 20 navi_ctrl_next = "next >>"
21 21
22 ; Use image from sub-album as album cover image 22 ; Use image from sub-album as album cover image
23 cover_images = yes 23 cover_images = yes
24 24
25 ; Use table elements? If disabled, CSS is responsible for formatting
26 use_tables = yes
25 27
26 ;;; 28 ;;;
27 ;;; Important paths and urls 29 ;;; Important paths and urls
28 ;;; 30 ;;;
29 base_path = "/absolute/path/to/your/gallery" 31 base_path = "/absolute/path/to/your/gallery"