mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
add yoothemeBild
This commit is contained in:
@@ -6980,7 +6980,7 @@ global $params;
|
|||||||
|
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?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; ?>
|
echo $bild; ?>
|
||||||
<?php
|
<?php
|
||||||
if ($row->aktueller_verein_id == null)
|
if ($row->aktueller_verein_id == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user