changeset 40:8c3d425c0560

Change HTML layout a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 04 Oct 2013 07:29:40 +0300
parents 1844df51a55c
children fd87dc1c64d7
files index.php
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Tue Oct 01 14:34:09 2013 +0300
+++ b/index.php	Fri Oct 04 07:29:40 2013 +0300
@@ -35,11 +35,11 @@
 stReloadSettings();
 
 ?>
-<div id="headerbox">
- <div id="header">
+<div id="header">
  <? echo stGetSetting("siteInfoText") ?>
- </div>
- <div id="menu">
+</div>
+
+<div id="menu">
   <a href="news">News</a>
   <a href="compos">Compos</a>
   <a href="event">Event</a>
@@ -59,7 +59,6 @@
 if (stGetSetting("showAdmin"))
 echo "  <a href=\"admin\">Admin</a>\n";
 ?>
- </div>
 </div>
 
 <div id="maincontent">