mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
DTFL fix logos Teams
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user