Ranglistenheader

This commit is contained in:
Daniel Goerlich
2021-01-17 00:11:32 +01:00
parent 3ac9705c54
commit f82c6861ee
@@ -6848,11 +6848,13 @@ global $params;
function ranglistenHeader($titel, $beschreibung, $saisons, $filter_saison_id) { function ranglistenHeader($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)) {
?> ?>
<div class="uk-h1 uk-heading-divider uk-text-center componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_RANKING'); ?></div>
<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'); ?>">
<tr> <tr>
<td><?php echo strpos($beschreibung, ">") !== false ? $beschreibung : htmlentities_utf8($beschreibung); ?></td> <td><?php echo strpos($beschreibung, ">") !== false ? $beschreibung : htmlentities_utf8($beschreibung); ?></td>
@@ -7057,7 +7059,6 @@ global $params;
global $params; global $params;
?> ?>
<div class="uk-h1 uk-heading-divider uk-text-center componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>"><?php echo JText::_('COM_SPORTSMANAGER_RANKING'); ?></div>
<div class="blog_more<?php echo $params->get('pageclass_sfx'); ?>"> <div class="blog_more<?php echo $params->get('pageclass_sfx'); ?>">
<div><strong><?php echo JText::_('COM_SPORTSMANAGER_MORE'); ?> &hellip;</strong></div> <div><strong><?php echo JText::_('COM_SPORTSMANAGER_MORE'); ?> &hellip;</strong></div>