disabling chat bits, should really work on core functionaly first.
[gwvp-mini.git] / gwvpmini / gwvpmini_web.php
index 4251fb6..71a931f 100644 (file)
@@ -119,7 +119,9 @@ function gwvpmini_goMainPage($bodyFunction = null)
        
        echo "</tr>";
        
-       echo "<tr><td colspan=\"2\">";
+       echo "<tr width=\"100%\"><td colspan=\"3\">";
+       
+       echo "<table width=\"100%\"><tr width=\"100%\" valign=\"top\"><td>";
        if($bodyFunction == null) {
                gwvpmini_BodyBuilder();
        } else {
@@ -130,6 +132,17 @@ function gwvpmini_goMainPage($bodyFunction = null)
                        gwvpmini_BodyBuilder();
                }
        }
+       
+       echo "</td>";
+       
+       /* TODO: taking out chat for now
+       echo "<td align=\"right\">";
+       
+       gwvpmini_ChatBuilder();
+       echo "</td>"; */
+       
+       echo "</tr></table>";\r
+       
        echo "</td></tr>";
        
        echo "<tr><td>";
@@ -161,6 +174,11 @@ function gwvpmini_MessageBuilder()
        }
 }
 
+function gwvpmini_ChatBuilder()
+{
+       gwvpmini_DisplayChat();
+}
+
 // builds the menu structure
 function gwvpmini_MenuBuilder()
 {