mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
DTFL changed logo size to 50x50
This commit is contained in:
@@ -2247,7 +2247,7 @@ global $params;
|
|||||||
echo $bild;
|
echo $bild;
|
||||||
}
|
}
|
||||||
else if ($team->verein_id != null) {
|
else if ($team->verein_id != null) {
|
||||||
$bild = bildHTML("vereine", $team->verein_id, 50, 28, 0, 0, 'border="0"');
|
$bild = bildHTML("vereine", $team->verein_id, 50, 50, 0, 0, 'border="0"');
|
||||||
if ($bild != null)
|
if ($bild != null)
|
||||||
echo $bild;
|
echo $bild;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user