temp
This commit is contained in:
parent
c813700d98
commit
d30b4c97ef
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue