changeset 1098:c731092a83b7

Add msgNewsHeader back to configurables.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Jan 2017 10:34:48 +0200
parents ea2bc0667482
children ebb0afda63c5
files dbdefs.inc.php mconfig.inc.php.example
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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, "
+<h1>The FAPper's news outlet</h1>
+", "News page header blob"],
   ],
   
   //
--- 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 @@
 </div>
 ",
 
-  "msgNewsHeader"  => "
-<h1>The FAPper's news outlet</h1>
-",
-
   "msgVoteFinished" => "
 <h1>Yay, you have voted!</h1>
 <p>Now go FAP some more! And make a demo about it.</p>