changeset 610:167ca3827c31

Add some new HTML elements.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Nov 2014 00:37:33 +0200
parents b75ec194de52
children 79a222ac404b
files index.php
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Fri Oct 31 23:13:59 2014 +0200
+++ b/index.php	Sat Nov 01 00:37:33 2014 +0200
@@ -60,6 +60,7 @@
   stGetSetting("siteInfoText").
   "  <div id=\"menu\">\n".
   "    ".stGetSetting("siteMenuHeader")."\n".
+  "   <div id=\"menuInner\">\n".
   stGetMainPageLink("about", "About").
   stGetMainPageLink("news", "News", stGetSetting("showNews")).
   stGetMainPageLink("compos", "Compos", stGetSetting("showCompos")).
@@ -78,6 +79,7 @@
   stGetMainPageLink("admin.php", "Admin", $visibility || stGetSetting("showAdmin")).
   stGetSetting("siteMenuFooter").
   "  </div>\n".
+  " </div>\n".
   "</div>\n".
   "<div id=\"infobox\">".$pageBasename."</div>\n";
 ?>