summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-08 17:06:04 +0000
committerarun <arun>2007-04-08 17:06:04 +0000
commite301f4a3728ca58860f9b88c9743d7912662e7c6 (patch)
treed37a38b3483aea51445789ce5ff1d4d71b50eac8 /output.php
parent72d1c47c36285f1ed7f659e8b8761781caa41c1f (diff)
downloade-DoKo-e301f4a3728ca58860f9b88c9743d7912662e7c6.tar.gz
e-DoKo-e301f4a3728ca58860f9b88c9743d7912662e7c6.tar.bz2
e-DoKo-e301f4a3728ca58860f9b88c9743d7912662e7c6.zip
added footer, moved revision into footer
Diffstat (limited to 'output.php')
-rw-r--r--output.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/output.php b/output.php
index 1e747e6..77aba21 100644
--- a/output.php
+++ b/output.php
@@ -15,8 +15,8 @@ function display_news()
{
global $wiki;
echo "<div class=\"bug\">\n".
- " Please hit <strong>shift+reload</strong>.<br /><hr />\n".
- " The server now keeps score... (only from now on) <br /><hr />".
+ " Schweinchen should work now (only for new games).<br
+ /><hr />".
" If you find more bugs, please list them in the <a href=\"".
$wiki."\">wiki</a>.\n</div>\n";
return;
@@ -317,7 +317,6 @@ function output_header()
<body onload="high_last();">
<div class="header">
<h1> Welcome to E-Doko </h1>
-<p> Revision: <?php echo "$REV"; ?></p>
</div>
<?php
@@ -328,6 +327,14 @@ function output_header()
function output_footer()
{
+ global $REV;
+
+ echo "<div class=\"footer\">\n";
+ echo "<p class=\"left\"> copyright 2006-2007 Arun Persaud</p>\n";
+ echo "<p class=\"right\"> Revision: $REV; </p> \n";
+ echo "\n";
+ echo "</div>\n";
+
echo "</body>\n";
echo "</html>\n";