Merge branch '2888-Error-links-en-Show-link-to-public-dashboard' into 'develop'
Changed url for widgets in public dashboard - #2888 See merge request artica/pandorafms!1859
This commit is contained in:
commit
01cf7d8081
|
@ -548,7 +548,7 @@ function ui_print_group_icon ($id_group, $return = false, $path = "groups_small"
|
|||
$link = false;
|
||||
|
||||
if ($link)
|
||||
$output = '<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=60&group_id='.$id_group.'">';
|
||||
$output = '<a href="'.$config["homeurl"].'index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=60&group_id='.$id_group.'">';
|
||||
|
||||
if ($config['show_group_name']) {
|
||||
$output .= '<span title="'. groups_get_name($id_group, true) .'">' .
|
||||
|
|
Loading…
Reference in New Issue