mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-26 22:08:27 +00:00
Use weblinksadministrator service to display associations
This commit is contained in:
parent
b7f9b7056f
commit
8336c0095d
@ -152,7 +152,7 @@ if ($saveOrder && !empty($this->items))
|
||||
<?php if ($assoc) : ?>
|
||||
<td class="hidden-phone hidden-tablet">
|
||||
<?php if ($item->association) : ?>
|
||||
<?php echo JHtml::_('weblink.association', $item->id); ?>
|
||||
<?php echo JHtml::_('weblinksadministrator.association', $item->id); ?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user