This commit is contained in:
Shish 2023-06-28 13:05:50 +00:00
parent c813700d98
commit d30b4c97ef

View file

@ -28,6 +28,9 @@ class CustomUserPageTheme extends UserPageTheme
$h_name = html_escape($user->name);
$lines = [];
foreach ($parts as $part) {
if ($part["name"] == "User Options") {
continue;
}
$lines[] = "<a href='{$part["link"]}'>{$part["name"]}</a>";
}
if (count($lines) < 6) {