mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-12 07:55:53 +00:00
use col, not span - bs5
This commit is contained in:
parent
a5e96da0ea
commit
39b33103c0
@ -31,7 +31,7 @@ use Joomla\CMS\Language\Text;
|
|||||||
<?php if ($k % $cols == 0) : ?>
|
<?php if ($k % $cols == 0) : ?>
|
||||||
<div class="row row-fluid">
|
<div class="row row-fluid">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="span<?php echo (12 / $cols); ?>">
|
<div class="col-<?php echo (12 / $cols); ?>">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($params->get('groupby_showtitle', 1)) : ?>
|
<?php if ($params->get('groupby_showtitle', 1)) : ?>
|
||||||
<h4><?php echo htmlspecialchars($cat['title'], ENT_COMPAT, 'UTF-8'); ?></h4>
|
<h4><?php echo htmlspecialchars($cat['title'], ENT_COMPAT, 'UTF-8'); ?></h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user