BUGFIX: fix link to wiki on login page
authorArun Persaud <arun@nubati.net>
Mon, 10 Dec 2012 03:34:07 +0000 (19:34 -0800)
committerArun Persaud <arun@nubati.net>
Mon, 10 Dec 2012 03:34:07 +0000 (19:34 -0800)
include/welcome.php

index 5ba7b382c262fbecebf6af7be830c3e75baf0353..b3f1c7184f2af62c0736a3bacc3218dc95815f64 100644 (file)
@@ -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>