comparison mgallery.inc.php @ 17:3f7bc4202df3

Add new configuration setting 'cover_images' to disable/enable sub-album cover images.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Sep 2015 12:29:09 +0300
parents c9fad00199f9
children 59075f5e7a62
comparison
equal deleted inserted replaced
16:3491ab93630e 17:3f7bc4202df3
56 "captions_file" => array(MG_STR, "captions.txt"), 56 "captions_file" => array(MG_STR, "captions.txt"),
57 "header_file" => array(MG_STR, "header.txt"), 57 "header_file" => array(MG_STR, "header.txt"),
58 "info_file" => array(MG_STR, "gallery.info"), 58 "info_file" => array(MG_STR, "gallery.info"),
59 "cache_file" => array(MG_STR, ".mgallery.cache"), 59 "cache_file" => array(MG_STR, ".mgallery.cache"),
60 60
61 "cover_images" => array(MG_BOOL, TRUE),
61 "clean_urls" => array(MG_BOOL, FALSE), 62 "clean_urls" => array(MG_BOOL, FALSE),
62 63
63 "title_prefix" => array(MG_STR, ""), 64 "title_prefix" => array(MG_STR, ""),
64 "title_sep" => array(MG_STR, " - "), 65 "title_sep" => array(MG_STR, " - "),
65 "page_info" => array(MG_STR, "<b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright), 66 "page_info" => array(MG_STR, "<b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright),