mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Ranglistenheader
This commit is contained in:
@@ -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'); ?> …</strong></div>
|
<div><strong><?php echo JText::_('COM_SPORTSMANAGER_MORE'); ?> …</strong></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user