summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/output.php2
-rw-r--r--index.php3
2 files changed, 4 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php
index a4b84a0..88cbf6b 100644
--- a/include/output.php
+++ b/include/output.php
@@ -418,7 +418,7 @@ function output_footer()
echo "</div>\n\n";
echo "<div class=\"footer\">\n";
- echo " <p class=\"left\"> copyright 2006,2007,2008,2009,2010 Arun Persaud, Lance Thornton(graphics), Jeff Zerger(database support) <br />\n".
+ echo " <p class=\"left\"> copyright 2006,2007,2008,2009,2010 Arun Persaud, <a href=\"$INDEX?action=about\">et al.</a> <br />\n".
" Verwendung der [deutschen] Kartenbilder mit Genehmigung <br />der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger <br />\n".
" - ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH <br />\n".
" a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com</p>\n";
diff --git a/index.php b/index.php
index 61b0e3f..691e113 100644
--- a/index.php
+++ b/index.php
@@ -120,6 +120,9 @@ switch($action)
case 'game':
require './include/game.php';
break;
+ case 'about':
+ require './include/about.php';
+ break;
case 'stats':
if(isset($_SESSION["name"]))
require './include/stats.php';