30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-26 17:43:30 +00:00
This commit is contained in:
Tuan Pham Ngoc 2021-07-30 13:34:10 +07:00
parent b7d4a32fe4
commit fcf6986194

View File

@ -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 != '')) : ?>