mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 17:51:07 +00:00
We do not have this parameter
This commit is contained in:
parent
d187fa98f8
commit
e3f4a72281
@ -61,12 +61,10 @@ $listDirn = $this->escape($this->state->get('list.direction'));
|
|||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if (empty($this->items)) : ?>
|
<?php if (empty($this->items)) : ?>
|
||||||
<?php if ($this->params->get('show_no_contacts', 1)) : ?>
|
<div class="alert alert-info">
|
||||||
<div class="alert alert-info">
|
<span class="icon-info-circle" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('INFO'); ?></span>
|
||||||
<span class="icon-info-circle" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('INFO'); ?></span>
|
<?php echo Text::_('COM_WEBLINKS_NO_WEBLINKS'); ?>
|
||||||
<?php echo Text::_('COM_WEBLINKS_NO_WEBLINKS'); ?>
|
</div>
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<ul class="category list-unstyled">
|
<ul class="category list-unstyled">
|
||||||
<?php foreach ($this->items as $i => $item) : ?>
|
<?php foreach ($this->items as $i => $item) : ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user