forked from Wavyzz/dolibarr
target
This commit is contained in:
@@ -2479,7 +2479,7 @@ function dol_print_socialnetworks($value, $cid, $socid, $type, $dictsocialnetwor
|
|||||||
} else {
|
} else {
|
||||||
if (!empty($dictsocialnetworks[$type]['url'])) {
|
if (!empty($dictsocialnetworks[$type]['url'])) {
|
||||||
$link = str_replace('{socialid}', $value, $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 {
|
} else {
|
||||||
$htmllink .= $value;
|
$htmllink .= $value;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user