scrutinizing

This commit is contained in:
Shish
2015-08-04 13:53:58 +01:00
parent d2d2a9b73a
commit fa2f17817e
8 changed files with 4 additions and 9 deletions

View File

@@ -35,7 +35,6 @@ class CustomUserPageTheme extends UserPageTheme {
}
public function display_user_block(Page $page, User $user, $parts) {
$h_name = html_escape($user->name);
$html = "";
$blocked = array("Pools", "Pool Changes", "Alias Editor", "My Profile");
foreach($parts as $part) {