temp
This commit is contained in:
@ -28,6 +28,9 @@ class CustomUserPageTheme extends UserPageTheme
|
|||||||
$h_name = html_escape($user->name);
|
$h_name = html_escape($user->name);
|
||||||
$lines = [];
|
$lines = [];
|
||||||
foreach ($parts as $part) {
|
foreach ($parts as $part) {
|
||||||
|
if ($part["name"] == "User Options") {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
$lines[] = "<a href='{$part["link"]}'>{$part["name"]}</a>";
|
$lines[] = "<a href='{$part["link"]}'>{$part["name"]}</a>";
|
||||||
}
|
}
|
||||||
if (count($lines) < 6) {
|
if (count($lines) < 6) {
|
||||||
|
Reference in New Issue
Block a user