diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php index cc1dda7..4ba301a 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -6994,7 +6994,7 @@ global $params; 0) { ?> -
| @@ -7018,6 +7018,11 @@ global $params; |
|---|
| + bild_ausblenden ? '' : $row->spieler_id, 57, 76, 0, 0, 'border="1" align="right" hspace="8" vspace="2"', $row->geschlecht == 'M' ? 'm' : 'w')) != null) + echo $bild; ?> + | +aktueller_verein_id == null) echo htmlentities_utf8($row->nachname . ", " . $row->vorname); @@ -7029,11 +7034,6 @@ global $params; } ?> | -- bild_ausblenden ? '' : $row->spieler_id, 57, 76, 0, 0, 'border="1" align="right" hspace="8" vspace="2"', $row->geschlecht == 'M' ? 'm' : 'w')) != null) - echo $bild; ?> - |