changeset 226:548a106b3f5b

Use setting instead of hardcoded text.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Nov 2013 04:37:09 +0200
parents 1bb4f4bcb027
children 44081a2066f5
files vote.inc.php
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vote.inc.php	Mon Nov 18 04:36:47 2013 +0200
+++ b/vote.inc.php	Mon Nov 18 04:37:09 2013 +0200
@@ -126,8 +126,7 @@
 if ($mode == "done")
 {
   // Voting finished
-  echo "<h1>Yay, you have voted!</h1>\n".
-  "<p>Now go FAP some more! And make a demo about it.</p>";
+  echo stGetSetting("voteFinishedText");
   stSessionEnd(SESS_USER);
 }
 ?> 
\ No newline at end of file