mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Spielerdetails Breadcrumb raus
This commit is contained in:
@@ -4468,10 +4468,7 @@ 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">
|
<?php
|
||||||
> <?php echo htmlentities_utf8($spieler->vorname . " " . $spieler->nachname); ?>
|
|
||||||
</th>
|
|
||||||
<?php
|
|
||||||
if ($vorheriger_spieler_id != 0 || $naechster_spieler_id != 0) {
|
if ($vorheriger_spieler_id != 0 || $naechster_spieler_id != 0) {
|
||||||
?>
|
?>
|
||||||
<th width="50" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"> </th>
|
<th width="50" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>"> </th>
|
||||||
|
|||||||
Reference in New Issue
Block a user