|
@@ 438-443 (lines=6) @@
|
| 435 |
|
} |
| 436 |
|
|
| 437 |
|
// Show the users signature. |
| 438 |
|
if ($context['signature_enabled'] && !empty($context['member']['signature'])) |
| 439 |
|
echo ' |
| 440 |
|
<div class="signature"> |
| 441 |
|
<h5>', $txt['signature'], ':</h5> |
| 442 |
|
', $context['member']['signature'], ' |
| 443 |
|
</div>'; |
| 444 |
|
|
| 445 |
|
// Are there any custom profile fields for below the signature? |
| 446 |
|
if (!empty($context['print_custom_fields']['below_signature'])) |
|
@@ 962-964 (lines=3) @@
|
| 959 |
|
<a href="', $scripturl, '?action=profile;area=tracking;sa=ip;searchip=', $context['last_ip'], ';u=', $context['member']['id'], '">', $context['last_ip'], '</a>'; |
| 960 |
|
|
| 961 |
|
// Second address detected? |
| 962 |
|
if (!empty($context['last_ip2'])) |
| 963 |
|
echo ' |
| 964 |
|
, <a href="', $scripturl, '?action=profile;area=tracking;sa=ip;searchip=', $context['last_ip2'], ';u=', $context['member']['id'], '">', $context['last_ip2'], '</a>'; |
| 965 |
|
|
| 966 |
|
echo ' |
| 967 |
|
</dd>'; |