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 ac8a604..8ea765d 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -6980,7 +6980,7 @@ global $params; bild_ausblenden ? '' : $row->spieler_id, 'crop=50,50', '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, '#resize=75', 'border="1" align="left" hspace="8" vspace="2"', $row->geschlecht == 'M' ? 'm' : 'w')) != null) echo $bild; ?> aktueller_verein_id == null) diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view_tools.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view_tools.php index f582203..1442897 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view_tools.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view_tools.php @@ -17,22 +17,22 @@ function htmlentities_noquotes_utf8($s) { function addOnLoad($function) { ?> '; + return ''; } function bildHTML($typ, $id, $fixed_width = 0, $fixed_height = 0, $max_width = 0, $max_height = 0, $zusatz = "", $alternativ = "") { + global $sportsmanager_joomla_path; + global $sportsmanager_joomla_url; + $typ_exploded = explode("/", $typ); $typ = $typ_exploded[0]; $typ_prefix = count($typ_exploded) > 1 ? $typ_exploded[1] : ""; @@ -525,22 +528,22 @@ function lightBoxHeader($lightbox_class = "lightbox") {