diff index.php @ 104:c7b1eb993240

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Oct 2013 15:17:04 +0300
parents c6b9041078ec
children 324f3a415237
line wrap: on
line diff
--- a/index.php	Mon Oct 21 14:52:06 2013 +0300
+++ b/index.php	Mon Oct 21 15:17:04 2013 +0300
@@ -41,6 +41,7 @@
 
 <div id="menu">
   <? echo stGetSetting("siteMenuHeader") ?>
+
   <a href="news">News</a>
   <a href="compos">Compos</a>
   <a href="event">Event</a>
@@ -63,6 +64,7 @@
 echo "  <a href=\"admin\">Admin</a>\n";
 ?>
   <? echo stGetSetting("siteMenuFooter") ?>
+
 </div>
 
 <?