removed hardcoded reference to wiki and replaced with variable from config.php
authorArun Persaud <arun@nubati.net>
Sun, 6 Jun 2010 20:28:50 +0000 (13:28 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 6 Jun 2010 20:28:50 +0000 (13:28 -0700)
include/newgame.php

index f06bebe65d5e82b1028764fb03136080f7bab056..4e9deaf979c5d7663830e5ff37db6896a8606108 100644 (file)
@@ -191,8 +191,7 @@ else
 
        /* send out email, TODO: check for error with email */
        $message = "You are invited to play a game of DoKo.\n".
 
        /* send out email, TODO: check for error with email */
        $message = "You are invited to play a game of DoKo.\n".
-         "Please, place comments and bug reports here:\n".
-         "http://wiki.nubati.net/index.php?title=EmailDoko\n\n".
+         "Please, place comments and bug reports here:\n$WIKI\n\n".
          "The whole round would consist of the following players:\n".
          "$PlayerA\n".
          "$PlayerB\n".
          "The whole round would consist of the following players:\n".
          "$PlayerA\n".
          "$PlayerB\n".