X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=functions.php;h=f77f8aead048b977016e6983c99a177d247e965c;hp=0168ce3922b3769198ed166ef16bc9ec59d53c4b;hb=ec799c6a6c714e390ee8729c6245dad23a7e5a2b;hpb=6af8e19b862bc37a5a34239d53953d9dc5786d7c diff --git a/functions.php b/functions.php index 0168ce3..f77f8ae 100644 --- a/functions.php +++ b/functions.php @@ -1,21 +1,5 @@ "; echo " is someone playing solo, etc?"; - echo ""; + echo "\n"; return; } @@ -418,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; } @@ -451,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