DTFL fix logos Teams

This commit is contained in:
Daniel Goerlich
2021-06-09 22:37:06 +02:00
parent eeb7f04260
commit c19e6d1f3d
@@ -2242,12 +2242,12 @@ global $params;
?>
<td width="32" height="32" align="right">
<?php
$bild = bildHTML("mannschaften", $team->team_id, 28, 28, 0, 0, 'border="0"');
$bild = yoothemeBild("mannschaften", $team->team_id, 28, 28, 0, 0, 'border="0"');
if ($bild != null) {
echo $bild;
}
else if ($team->verein_id != null) {
$bild = bildHTML("vereine", $team->verein_id, 28, 28, 0, 0, 'border="0"');
$bild = yoothemeBild("vereine", $team->verein_id, 28, 28, 0, 0, 'border="0"');
if ($bild != null)
echo $bild;
}
@@ -6898,6 +6898,7 @@ global $params;
<?php
if (count($rangliste_punkte) > 0) {
?>
<!-- Tabelle Rangliste -->
<table class="uk-table uk-table-divider uk-table-hover uk-table-middle rangliste-width contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>