# HG changeset patch # User Matti Hamalainen # Date 1504526211 -10800 # Node ID 814c422c9194d8636da2ffbfd98427c5cec00817 # Parent c7e8f8b9dd8dd5b26dc842ebc8d7aa3d95fffbf4 Document cover_images setting better. Add album_row_limit to example config. diff -r c7e8f8b9dd8d -r 814c422c9194 example.cfg --- 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 ;;;