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