Merge branch 'main' into develop

This commit is contained in:
slawkens
2026-01-15 21:47:07 +01:00
7 changed files with 24 additions and 15 deletions

View File

@@ -70,7 +70,7 @@ foreach($posts as &$post) {
}
$post['group'] = $groupName;
$post['player_link'] = getPlayerLink($player->getName());
$post['player_link'] = '<a href="' . getPlayerLink($player, false) . '" style="position: relative;">' . $player->getName() . '</a>';
$post['vocation'] = $player->getVocationName();