Spielerdetails Breadcrumb raus

This commit is contained in:
Daniel Goerlich
2021-02-17 15:30:24 +01:00
parent 6aa4f72f9c
commit 59f9d8c0e7
@@ -4468,9 +4468,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">
&gt; <?php echo htmlentities_utf8($spieler->vorname . " " . $spieler->nachname); ?>
</th>
<?php <?php
if ($vorheriger_spieler_id != 0 || $naechster_spieler_id != 0) { if ($vorheriger_spieler_id != 0 || $naechster_spieler_id != 0) {
?> ?>