30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-09 09:42:24 +00:00

Use weblinksadministrator service to display associations

This commit is contained in:
Tuan Pham Ngoc 2021-06-20 20:19:36 +07:00
parent b7f9b7056f
commit 8336c0095d

View File

@ -152,7 +152,7 @@ if ($saveOrder && !empty($this->items))
<?php if ($assoc) : ?> <?php if ($assoc) : ?>
<td class="hidden-phone hidden-tablet"> <td class="hidden-phone hidden-tablet">
<?php if ($item->association) : ?> <?php if ($item->association) : ?>
<?php echo JHtml::_('weblink.association', $item->id); ?> <?php echo JHtml::_('weblinksadministrator.association', $item->id); ?>
<?php endif; ?> <?php endif; ?>
</td> </td>
<?php endif; ?> <?php endif; ?>