summaryrefslogtreecommitdiffstats
path: root/include/welcome.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-12-09 19:34:07 -0800
committerArun Persaud <arun@nubati.net>2012-12-09 19:34:07 -0800
commit059f17ad6897e250b2bdfdc9837a39af62859d7e (patch)
tree4ac3a705ff3cc4c016285b85b59244aec07cf568 /include/welcome.php
parent904257a6571c948d6501a46ea449107a60b0a4e3 (diff)
downloade-DoKo-059f17ad6897e250b2bdfdc9837a39af62859d7e.tar.gz
e-DoKo-059f17ad6897e250b2bdfdc9837a39af62859d7e.tar.bz2
e-DoKo-059f17ad6897e250b2bdfdc9837a39af62859d7e.zip
BUGFIX: fix link to wiki on login page
Diffstat (limited to 'include/welcome.php')
-rw-r--r--include/welcome.php2
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>