mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37: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">
|
<td width="32" height="32" align="right">
|
||||||
<?php
|
<?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) {
|
if ($bild != null) {
|
||||||
echo $bild;
|
echo $bild;
|
||||||
}
|
}
|
||||||
else if ($team->verein_id != null) {
|
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)
|
if ($bild != null)
|
||||||
echo $bild;
|
echo $bild;
|
||||||
}
|
}
|
||||||
@@ -6898,6 +6898,7 @@ global $params;
|
|||||||
<?php
|
<?php
|
||||||
if (count($rangliste_punkte) > 0) {
|
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'); ?>">
|
<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'); ?>">
|
<tr class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>
|
<th><strong><?php echo JText::_('COM_SPORTSMANAGER_RANK'); ?></strong></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user