target
This commit is contained in:
parent
d523ed9f85
commit
46bf871127
@ -2479,7 +2479,7 @@ function dol_print_socialnetworks($value, $cid, $socid, $type, $dictsocialnetwor
|
||||
} else {
|
||||
if (!empty($dictsocialnetworks[$type]['url'])) {
|
||||
$link = str_replace('{socialid}', $value, $dictsocialnetworks[$type]['url']);
|
||||
$htmllink .= ' <a href="'.$link.'">'.$value.'</a>';
|
||||
$htmllink .= ' <a href="'.$link.'" target="_blank">'.$value.'</a>';
|
||||
} else {
|
||||
$htmllink .= $value;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user