|
@@ 449-454 (lines=6) @@
|
| 446 |
|
} |
| 447 |
|
|
| 448 |
|
// Show the users signature. |
| 449 |
|
if ($context['signature_enabled'] && !empty($context['member']['signature'])) |
| 450 |
|
echo ' |
| 451 |
|
<div class="signature"> |
| 452 |
|
<h5>', $txt['signature'], ':</h5> |
| 453 |
|
', $context['member']['signature'], ' |
| 454 |
|
</div>'; |
| 455 |
|
|
| 456 |
|
// Are there any custom profile fields for below the signature? |
| 457 |
|
if (!empty($context['print_custom_fields']['below_signature'])) |
|
@@ 990-992 (lines=3) @@
|
| 987 |
|
<a href="', $scripturl, '?action=profile;area=tracking;sa=ip;searchip=', $context['last_ip'], ';u=', $context['member']['id'], '">', $context['last_ip'], '</a>'; |
| 988 |
|
|
| 989 |
|
// Second address detected? |
| 990 |
|
if (!empty($context['last_ip2'])) |
| 991 |
|
echo ' |
| 992 |
|
, <a href="', $scripturl, '?action=profile;area=tracking;sa=ip;searchip=', $context['last_ip2'], ';u=', $context['member']['id'], '">', $context['last_ip2'], '</a>'; |
| 993 |
|
|
| 994 |
|
echo ' |
| 995 |
|
</dd>'; |