improved jquery on user home page
[e-DoKo.git] / index.php
index 61b0e3f284aadb42d304c350734cf0ad2c092e24..691e11374aa48d0966df8185f51eb6bff95d423e 100644 (file)
--- 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';