Spielerdetails Breadcrumb raus

This commit is contained in:
Daniel Goerlich
2021-02-17 15:29:00 +01:00
parent e1937ecb81
commit 6aa4f72f9c
@@ -4469,11 +4469,6 @@ global $params;
<table class="uk-table uk-table-responsive" border="0" cellspacing="0" cellpadding="3" width="100%"> <table class="uk-table uk-table-responsive" border="0" cellspacing="0" cellpadding="3" width="100%">
<tr> <tr>
<th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left"> <th class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>" align="left">
<!--img src="images/M_images/arrow.png"
border="0"/--> <?php if ($unabhaengige_ansicht) { ?><?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?><?php } else { ?>
<a
href="<?php echo SportsManagerURL((strlen($sortierung) > 0 ? '&sortierung=' . $sortierung : '') . '&kategorie=' . urlencode($kategorie) . '&filter=' . urlencode($filter) . '&veranstaltungid=' . $veranstaltungid . '&veranstalterid=' . $veranstalterid . '&einstufungid=' . $einstufungid . '&beginn=' . $beginn . '#id' . $spieler->spieler_id); ?>">
<?php echo JText::_('COM_SPORTSMANAGER_PLAYER'); ?></a><?php } ?>
&gt; <?php echo htmlentities_utf8($spieler->vorname . " " . $spieler->nachname); ?> &gt; <?php echo htmlentities_utf8($spieler->vorname . " " . $spieler->nachname); ?>
</th> </th>
<?php <?php