comparison dbdefs.inc.php @ 1098:c731092a83b7

Add msgNewsHeader back to configurables.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Jan 2017 10:34:48 +0200
parents bbc0a3d0b51e
children 0a2117349f46
comparison
equal deleted inserted replaced
1097:ea2bc0667482 1098:c731092a83b7
42 // News related 42 // News related
43 // 43 //
44 "news" => [ 44 "news" => [
45 "showNews" => [VT_BOOL, true, "Enable News link on main menu + News page"], 45 "showNews" => [VT_BOOL, true, "Enable News link on main menu + News page"],
46 "showNewsOnAbout" => [VT_BOOL, true, "Show latest news item on About page"], 46 "showNewsOnAbout" => [VT_BOOL, true, "Show latest news item on About page"],
47
48 "msgNewsHeader" => [VT_TEXT, "
49 <h1>The FAPper's news outlet</h1>
50 ", "News page header blob"],
47 ], 51 ],
48 52
49 // 53 //
50 // Event / schedule information 54 // Event / schedule information
51 // 55 //