comparison mgallery.inc.php @ 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 68d6d661c804
comparison
equal deleted inserted replaced
18:8c1599a30120 19:59075f5e7a62
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 "cover_images" => array(MG_BOOL, TRUE),
62 "use_tables" => array(MG_BOOL, TRUE),
62 "clean_urls" => array(MG_BOOL, FALSE), 63 "clean_urls" => array(MG_BOOL, FALSE),
63 64
64 "title_prefix" => array(MG_STR, ""), 65 "title_prefix" => array(MG_STR, ""),
65 "title_sep" => array(MG_STR, " - "), 66 "title_sep" => array(MG_STR, " - "),
66 "page_info" => array(MG_STR, "<b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright), 67 "page_info" => array(MG_STR, "<b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright),