This commit is contained in:
Tuan Pham Ngoc 2021-10-29 15:56:08 +07:00
parent ead943e2d1
commit 5efeddf586
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ use Joomla\CMS\Language\Text;
<?php if ($params->get('groupby_showtitle', 1)) :?>
<strong> <?php echo htmlspecialchars($cat['title'], ENT_COMPAT, 'UTF-8'); ?></strong>
<?php endif; ?>;
<ul class="weblinks<?php echo $moduleclass_sfx; ?>">
<ul class="weblinks<?php echo $moduleclass_sfx; ?>">
<?php foreach ($items as $item) : ?>
<li><div class="d-flex flex-wrap">
<div class="col flex-sm-grow-1">
@ -98,7 +98,7 @@ use Joomla\CMS\Language\Text;
<?php endif; ?>
<?php endforeach; ?>
<?php else : ?>
<ul class="weblinks<?php echo $moduleclass_sfx; ?>">
<ul class="weblinks<?php echo $moduleclass_sfx; ?>">
<?php foreach ($list as $item) :?>
<li><div class="d-flex flex-wrap">
<div class="col flex-sm-grow-1">