* implemented top users overview
 * w/o achievements, uploads, forum posts, yadda yadda
This commit is contained in:
Sarjuuk
2017-03-21 02:38:06 +01:00
parent c85ba1a208
commit 9516affde5
15 changed files with 299 additions and 3 deletions

View File

@@ -121,6 +121,7 @@ switch ($pageCall)
case 'reputation':
case 'privilege':
case 'privileges':
case 'top-users':
(new MorePage($pageCall, $pageParam))->display();
break;
case 'latest-additions':