mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-27 14:28:30 +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) : ?>
|
<?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; ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user