use col, not span - bs5

This commit is contained in:
chmst 2021-08-15 01:19:30 +02:00
parent a5e96da0ea
commit 39b33103c0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ use Joomla\CMS\Language\Text;
<?php if ($k % $cols == 0) : ?>
<div class="row row-fluid">
<?php endif; ?>
<div class="span<?php echo (12 / $cols); ?>">
<div class="col-<?php echo (12 / $cols); ?>">
<?php endif; ?>
<?php if ($params->get('groupby_showtitle', 1)) : ?>
<h4><?php echo htmlspecialchars($cat['title'], ENT_COMPAT, 'UTF-8'); ?></h4>