Telefonnummer Spielort in Team Details

This commit is contained in:
Jürgen Meyer
2026-01-26 11:28:21 +01:00
parent 6b7c5e7a3b
commit 9d3cd6b959
@@ -2648,6 +2648,8 @@ global $params;
echo htmlentities_utf8($team->name);
$anschrift = $team->strasse . (!empty($team->strasse) && (!empty($team->plz) || !empty($team->ortsname) || !empty($team->ortsteil)) ? ", " : "") . $team->plz . (!empty($team->plz) ? " " : "") . $team->ortsname . (!empty($team->ortsname) && !empty($team->ortsteil) ? "-" : "") . $team->ortsteil;
echo "<br />" . htmlentities_utf8($anschrift);
if (!empty($team->telefon))
echo "<br />" . htmlentities_utf8($team->telefon);
?>
</td>
</tr>