mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Turnierergebnisse remove header
This commit is contained in:
@@ -266,9 +266,11 @@ function administrationFooter() {
|
|||||||
function turniereHeader($titel, $beschreibung, $saisons, $filter_saison_id) {
|
function turniereHeader($titel, $beschreibung, $saisons, $filter_saison_id) {
|
||||||
global $params;
|
global $params;
|
||||||
|
|
||||||
|
/*
|
||||||
if (!empty($titel)) { ?>
|
if (!empty($titel)) { ?>
|
||||||
<div
|
<div
|
||||||
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo htmlentities_utf8($titel); ?></div><?php }
|
class="componentheading<?php echo $params->get('pageclass_sfx'); ?>"><?php echo htmlentities_utf8($titel); ?></div><?php }
|
||||||
|
*/
|
||||||
if (!empty($beschreibung)) {
|
if (!empty($beschreibung)) {
|
||||||
?>
|
?>
|
||||||
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
<table class="uk-table uk-table-responsive contentpaneopen<?php echo $params->get('pageclass_sfx'); ?>">
|
||||||
|
|||||||
Reference in New Issue
Block a user