# HG changeset patch # User Matti Hamalainen # Date 1485765288 -7200 # Node ID c731092a83b7dfb294bedd2a30ac6d2dfb32fdca # Parent ea2bc066748239223be08486ff879b8f5ea8b471 Add msgNewsHeader back to configurables. diff -r ea2bc0667482 -r c731092a83b7 dbdefs.inc.php --- a/dbdefs.inc.php Fri Jan 27 22:23:43 2017 +0200 +++ b/dbdefs.inc.php Mon Jan 30 10:34:48 2017 +0200 @@ -44,6 +44,10 @@ "news" => [ "showNews" => [VT_BOOL, true, "Enable News link on main menu + News page"], "showNewsOnAbout" => [VT_BOOL, true, "Show latest news item on About page"], + + "msgNewsHeader" => [VT_TEXT, " +

The FAPper's news outlet

+", "News page header blob"], ], // diff -r ea2bc0667482 -r c731092a83b7 mconfig.inc.php.example --- a/mconfig.inc.php.example Fri Jan 27 22:23:43 2017 +0200 +++ b/mconfig.inc.php.example Mon Jan 30 10:34:48 2017 +0200 @@ -121,10 +121,6 @@ ", - "msgNewsHeader" => " -

The FAPper's news outlet

-", - "msgVoteFinished" => "

Yay, you have voted!

Now go FAP some more! And make a demo about it.