Code Duplication    Length = 3-4 lines in 2 locations

Themes/default/Profile.template.php 2 locations

@@ 741-743 (lines=3) @@
738
		echo '
739
					<th scope="col">', $txt['email'], '</th>';
740
741
	if (!empty($context['custom_pf']))
742
		foreach ($context['custom_pf'] as $column)
743
				echo '
744
					<th scope="col">', $column['label'], '</th>';
745
746
	echo '
@@ 780-783 (lines=4) @@
777
					</td>';
778
779
			// Show the custom profile fields for this user.
780
			if (!empty($context['custom_pf']))
781
				foreach ($context['custom_pf'] as $key => $column)
782
					echo '
783
					<td class="lefttext">', $buddy['options'][$key], '</td>';
784
785
			echo '
786
					<td>