comparison mgallery.inc.php @ 224:77e72455c99f

"Powered by MGallery" ..
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Mar 2018 00:38:01 +0200
parents 0073439eff6d
children e618280253ca
comparison
equal deleted inserted replaced
223:438277861f51 224:77e72455c99f
73 "use_tables" => [MG_BOOL, FALSE], 73 "use_tables" => [MG_BOOL, FALSE],
74 "album_row_limit" => [MG_INT, 5], 74 "album_row_limit" => [MG_INT, 5],
75 75
76 "title_prefix" => [MG_STR, ""], 76 "title_prefix" => [MG_STR, ""],
77 "title_sep" => [MG_STR, " - "], 77 "title_sep" => [MG_STR, " - "],
78 "page_info" => [MG_STR, "<b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright], 78 "page_info" => [MG_STR, "Powered by <b>MGallery ".$mgProgVersion."</b> &copy; Copyright ".$mgProgCopyright],
79 79
80 "css" => [MG_STR, NULL], 80 "css" => [MG_STR, NULL],
81 "js_file" => [MG_STR, NULL], 81 "js_file" => [MG_STR, NULL],
82 "urchin_file" => [MG_STR, FALSE], 82 "urchin_file" => [MG_STR, FALSE],
83 83