beginnings of the chat part
[gwvp-mini.git] / gwvpmini / gwvpmini_chat.php
1 <?php
2
3 function gwvpmini_DisplayChat()
4 {
5         echo "<table border=\"1\" width=\"200\" height=\"100%\"><tr width=\"200\"><td width=\"200\">Blah!<td><tr></table>";
6 }
7
8 ?>