mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-10 23:31:01 +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
|
<?php
|
||||||
$link = $item->link;
|
$link = $item->link;
|
||||||
|
|
||||||
switch ($params->get('target', 3))
|
switch ($item->params->get('target', 3))
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
// Open in a new window
|
// Open in a new window
|
||||||
|
Loading…
Reference in New Issue
Block a user