add yoothemeBild

This commit is contained in:
Niels Nübel
2021-02-19 16:31:20 +01:00
parent cea4f5924f
commit 8fea364839
@@ -6980,7 +6980,7 @@ global $params;
<td>
<?php
if (($bild = bildHTML("spieler", !$details_anzeigen && $row->bild_ausblenden ? '' : $row->spieler_id, 57, 76, 0, 0, 'border="1" align="left" hspace="8" vspace="2"', $row->geschlecht == 'M' ? 'm' : 'w')) != null)
if (($bild = yoothemeBild("spieler", !$details_anzeigen && $row->bild_ausblenden ? '' : $row->spieler_id, 'crop=50,50', 'border="1" align="left" hspace="8" vspace="2"', $row->geschlecht == 'M' ? 'm' : 'w')) != null)
echo $bild; ?>
<?php
if ($row->aktueller_verein_id == null)