mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-27 06:18:29 +00:00
Typo
This commit is contained in:
parent
b7d4a32fe4
commit
fcf6986194
@ -146,8 +146,8 @@ $listDirn = $this->escape($this->state->get('list.direction'));
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php if ($this->params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
|
||||
<?php echo LayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
|
||||
<?php if ($this->params->get('show_tags', 1) && !empty($item->tags->itemTags)) : ?>
|
||||
<?php echo LayoutHelper::render('joomla.content.tags', $item->tags->itemTags); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (($this->params->get('show_link_description')) && ($item->description != '')) : ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user