BUGFIX: fixed wrong uid value in mymail function
[e-DoKo.git] / include / welcome.php
index 5ba7b382c262fbecebf6af7be830c3e75baf0353..b9a1cbbc646f3fc06bf75f6601be967953f0146b 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
  *
  *   This file is part of e-DoKo.
  *
@@ -55,7 +55,7 @@ echo "\n\n<div class=\"login\">\n";
   <div class="hero-unit">
   <h1>E-DoKo</h1>
   <p>Play Doppelkopf online</p>
-  <p> For more information please visit our <a href="<?php $WIKI ?>">wiki</a> or just log in. </p>
+  <p> For more information please visit our <a href="<?php echo "$WIKI"; ?>">wiki</a> or just log in. </p>
   </div>
 
 
@@ -142,6 +142,7 @@ echo "\n\n<div class=\"login\">\n";
 
 <?php
   echo "<hr />";
+echo "<div class=\"welcomestats\">\n";
 echo "<h4>Some statistics:</h4>\n";
 
 if($pre == 0)
@@ -169,5 +170,5 @@ if($done==0)
  else
    echo "$done games have been completed on this server. Average time of a game: $avgage days</p>\n";
 ?>
-
+</div>
 </div>