changeset 104:c7b1eb993240

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Oct 2013 15:17:04 +0300
parents c6b9041078ec
children a85f258f6beb
files createdb.php index.php
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/createdb.php	Mon Oct 21 14:52:06 2013 +0300
+++ b/createdb.php	Mon Oct 21 15:17:04 2013 +0300
@@ -124,7 +124,7 @@
 
   "entrySubmitInfo" => array(VT_TEXT, "Rules for entry submission ... ", "Entry submission information blurb"),
 
-  "siteMenuHeader" => array(VT_TEXT, "<div>13.FAP:> <span class=\"mblink\">&#9632;</span></div>", "Site menu header text"),
+  "siteMenuHeader" => array(VT_TEXT, "<div>13.FAP:&gt; <span class=\"mblink\">&#9632;</span></div>", "Site menu header text"),
   "siteMenuFooter" => array(VT_TEXT, "", "Site menu footer text"),
 );
 
--- 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>
 
 <?