X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=functions.php;h=f77f8aead048b977016e6983c99a177d247e965c;hp=abf2b829ac22d6bdac5e917e488387a04d7e9db8;hb=ec799c6a6c714e390ee8729c6245dad23a7e5a2b;hpb=320ebe96e21e08d5fad1a4ccbef241d5defd92bc diff --git a/functions.php b/functions.php index abf2b82..f77f8ae 100644 --- a/functions.php +++ b/functions.php @@ -394,7 +394,7 @@ function display_status() { echo "
"; echo " is someone playing solo, etc?"; - echo "
"; + echo "\n"; return; } @@ -402,11 +402,11 @@ function display_status() function display_news() { global $wiki; - echo "
". - "Please hit shift+reload.

". - "Fixed a few bugs, comments might be working again

". - "If you find more bugs, please list them in the wiki.
\n"; + echo "
\n". + " Please hit shift+reload.

\n". + " added local time display, let me know what you think

\n". + " If you find more bugs, please list them in the wiki.\n
\n"; return; } @@ -435,4 +435,19 @@ function return_timezone($offset) return $zone; } +function output_form_for_new_game() +{ +?> +

Please add 4 names, please make sure that the names are correct!

+
+ Name: + Name: + Name: + Name: + + +
+ \ No newline at end of file