changeset 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 c7e8f8b9dd8d
children 18061527d1cd
files example.cfg
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/example.cfg	Mon Sep 04 14:55:48 2017 +0300
+++ b/example.cfg	Mon Sep 04 14:56:51 2017 +0300
@@ -20,13 +20,16 @@
 album_icon           = "/mgallery/album_sm.png"
 ;urchin_file         = "urchin.inc.php"
 
-
-; Use image from sub-album as album cover image
+; Use image from sub-album as album cover image?
+; If disabled, album_icon will be always used for cover image
 cover_images         = yes
 
 ; Use table elements? If disabled, CSS is responsible for formatting
 use_tables           = yes
 
+; Number of image entries per table row, if use_tables enabled
+album_row_limit      = 6
+
 ;;;
 ;;; Important paths and urls
 ;;;