New templates

This commit is contained in:
Quentin Grosyeux 2013-11-04 23:20:16 +01:00
parent af58e84324
commit 33935063a4
4 changed files with 35 additions and 4 deletions

View file

@ -96,7 +96,7 @@ else
{
$TEAM = intval(substr($p[0], 0, strpos($p[0], "-")));
$page = require("public/team.php");
$page = require("public/score.php");
}
}