diff index.php @ 47:73123e322133

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Oct 2013 00:49:28 +0300
parents 72dcc1d48809
children 7bdf89601ba0
line wrap: on
line diff
--- a/index.php	Sat Oct 05 00:18:43 2013 +0300
+++ b/index.php	Sat Oct 05 00:49:28 2013 +0300
@@ -48,9 +48,6 @@
 if (stGetSetting("showAttendees"))
 echo "  <a href=\"attendees\">Attendees</a>\n";
 
-if (stGetSetting("allowSubmit"))
-echo "  <a href=\"entry\">Submit</a>\n";
-
 if (stGetSetting("allowVoting"))
 echo "  <a href=\"vote\">Vote</a>\n";
 
@@ -60,6 +57,7 @@
 if (stGetSetting("showAdmin"))
 echo "  <a href=\"admin\">Admin</a>\n";
 ?>
+  <? echo stGetSetting("siteMenuFooter") ?>
 </div>
 
 <?