Add link to global rank in team part
This commit is contained in:
parent
6b5e51f4e3
commit
3f731fb8e0
5 changed files with 42 additions and 2 deletions
|
|
@ -138,6 +138,11 @@ else if ($n && $p[0] == SALT_USER)
|
|||
$page = require("team/me.php");
|
||||
break;
|
||||
|
||||
case "rank/":
|
||||
case "rank":
|
||||
$page = require("team/rank.php");
|
||||
break;
|
||||
|
||||
case "summary":
|
||||
case "summary/":
|
||||
$page = require("team/summary.php");
|
||||
|
|
|
|||
Reference in a new issue