|
@@ 343-345 (lines=3) @@
|
| 340 |
|
$www_image = "<a href='$posterurl' rel='external'><img src='" . XOOPS_URL . "/images/icons/www.gif' alt='" . _VISITWEBSITE . "' /></a>"; |
| 341 |
|
} |
| 342 |
|
$icq_image = ''; |
| 343 |
|
if ($poster->getVar('user_icq') != '') { |
| 344 |
|
$icq_image = "<a href='http://wwp.icq.com/scripts/search.dll?to=" . $poster->getVar('user_icq', 'E') . "'><img src='" . XOOPS_URL . "/images/icons/icq_add.gif' alt='" . _ADD . "' /></a>"; |
| 345 |
|
} |
| 346 |
|
$aim_image = ''; |
| 347 |
|
if ($poster->getVar('user_aim') != '') { |
| 348 |
|
$aim_image = "<a href='aim:goim?screenname=" . $poster->getVar('user_aim', 'E') . '&message=Hi+' . $poster->getVar('user_aim') . "+Are+you+there?'><img src='" . XOOPS_URL . "/images/icons/aim.gif' alt='aim' /></a>"; |
|
@@ 347-349 (lines=3) @@
|
| 344 |
|
$icq_image = "<a href='http://wwp.icq.com/scripts/search.dll?to=" . $poster->getVar('user_icq', 'E') . "'><img src='" . XOOPS_URL . "/images/icons/icq_add.gif' alt='" . _ADD . "' /></a>"; |
| 345 |
|
} |
| 346 |
|
$aim_image = ''; |
| 347 |
|
if ($poster->getVar('user_aim') != '') { |
| 348 |
|
$aim_image = "<a href='aim:goim?screenname=" . $poster->getVar('user_aim', 'E') . '&message=Hi+' . $poster->getVar('user_aim') . "+Are+you+there?'><img src='" . XOOPS_URL . "/images/icons/aim.gif' alt='aim' /></a>"; |
| 349 |
|
} |
| 350 |
|
$yim_image = ''; |
| 351 |
|
if ($poster->getVar('user_yim') != '') { |
| 352 |
|
$yim_image = "<a href='http://edit.yahoo.com/config/send_webmesg?.target=" . $poster->getVar('user_yim', 'E') . "&.src=pg'><img src='" . XOOPS_URL . "/images/icons/yim.gif' alt='yim' /></a>"; |
|
@@ 351-353 (lines=3) @@
|
| 348 |
|
$aim_image = "<a href='aim:goim?screenname=" . $poster->getVar('user_aim', 'E') . '&message=Hi+' . $poster->getVar('user_aim') . "+Are+you+there?'><img src='" . XOOPS_URL . "/images/icons/aim.gif' alt='aim' /></a>"; |
| 349 |
|
} |
| 350 |
|
$yim_image = ''; |
| 351 |
|
if ($poster->getVar('user_yim') != '') { |
| 352 |
|
$yim_image = "<a href='http://edit.yahoo.com/config/send_webmesg?.target=" . $poster->getVar('user_yim', 'E') . "&.src=pg'><img src='" . XOOPS_URL . "/images/icons/yim.gif' alt='yim' /></a>"; |
| 353 |
|
} |
| 354 |
|
$msnm_image = ''; |
| 355 |
|
if ($poster->getVar('user_msnm') != '') { |
| 356 |
|
$msnm_image = "<a href='" . XOOPS_URL . '/userinfo.php?uid=' . $poster->getVar('uid') . "'><img src='" . XOOPS_URL . "/images/icons/msnm.gif' alt='msnm' /></a>"; |