diff options
Diffstat (limited to 'include')
-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> |