diff index.php @ 3:916623924bd5

More work on the party management and voting system.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Dec 2012 20:27:08 +0200
parents 50216ed31d78
children 934ab7d8c244
line wrap: on
line diff
--- a/index.php	Tue Dec 04 19:11:53 2012 +0200
+++ b/index.php	Tue Dec 04 20:27:08 2012 +0200
@@ -41,6 +41,9 @@
 <?
 if (stGetSetting("allowVoting", FALSE))
 echo "  <a href=\"vote\">Vote</a>\n";
+
+if (stGetSetting("showResults", FALSE))
+echo "  <a href=\"results\">Results</a>\n";
 ?>
  </div>
 </div>