mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-24 17:40:23 +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>
|
||||
<?php endif; ?>
|
||||
<?php if (empty($this->items)) : ?>
|
||||
<?php if ($this->params->get('show_no_contacts', 1)) : ?>
|
||||
<div class="alert alert-info">
|
||||
<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'); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div class="alert alert-info">
|
||||
<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'); ?>
|
||||
</div>
|
||||
<?php else : ?>
|
||||
<ul class="category list-unstyled">
|
||||
<?php foreach ($this->items as $i => $item) : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user