diff options
author | Arun Persaud <arun@nubati.net> | 2012-12-09 19:34:07 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-12-09 19:34:07 -0800 |
commit | 059f17ad6897e250b2bdfdc9837a39af62859d7e (patch) | |
tree | 4ac3a705ff3cc4c016285b85b59244aec07cf568 | |
parent | 904257a6571c948d6501a46ea449107a60b0a4e3 (diff) | |
download | e-DoKo-059f17ad6897e250b2bdfdc9837a39af62859d7e.tar.gz e-DoKo-059f17ad6897e250b2bdfdc9837a39af62859d7e.tar.bz2 e-DoKo-059f17ad6897e250b2bdfdc9837a39af62859d7e.zip |
BUGFIX: fix link to wiki on login page
-rw-r--r-- | include/welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/welcome.php b/include/welcome.php index 5ba7b38..b3f1c71 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -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> |