mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-13 16:12:57 +00:00
Get the correct target param from the item
Get the correct target param from the item instead of the component target param
This commit is contained in:
parent
c2b4bd1dc7
commit
3fc4d984d1
@ -43,7 +43,7 @@ if($params->get('groupby', 0)) :
|
||||
<?php
|
||||
$link = $item->link;
|
||||
|
||||
switch ($params->get('target', 3))
|
||||
switch ($item->params->get('target', 3))
|
||||
{
|
||||
case 1:
|
||||
// Open in a new window
|
||||
|
Loading…
Reference in New Issue
Block a user