Code Duplication    Length = 3-6 lines in 2 locations

Themes/default/Profile.template.php 2 locations

@@ 453-458 (lines=6) @@
450
	}
451
452
	// Show the users signature.
453
	if ($context['signature_enabled'] && !empty($context['member']['signature']))
454
		echo '
455
			<div class="signature">
456
				<h5>', $txt['signature'], ':</h5>
457
				', $context['member']['signature'], '
458
			</div>';
459
460
	// Are there any custom profile fields for below the signature?
461
	if (!empty($context['print_custom_fields']['below_signature']))
@@ 978-980 (lines=3) @@
975
					<a href="', $scripturl, '?action=profile;area=tracking;sa=ip;searchip=', $context['last_ip'], ';u=', $context['member']['id'], '">', $context['last_ip'], '</a>';
976
977
	// Second address detected?
978
	if (!empty($context['last_ip2']))
979
		echo '
980
					, <a href="', $scripturl, '?action=profile;area=tracking;sa=ip;searchip=', $context['last_ip2'], ';u=', $context['member']['id'], '">', $context['last_ip2'], '</a>';
981
982
	echo '
983
				</dd>';