|
@@ 755-757 (lines=3) @@
|
| 752 |
|
echo ' |
| 753 |
|
<th scope="col">', $txt['email'], '</th>'; |
| 754 |
|
|
| 755 |
|
if (!empty($context['custom_pf'])) |
| 756 |
|
foreach ($context['custom_pf'] as $column) |
| 757 |
|
echo ' |
| 758 |
|
<th scope="col">', $column['label'], '</th>'; |
| 759 |
|
|
| 760 |
|
echo ' |
|
@@ 794-797 (lines=4) @@
|
| 791 |
|
</td>'; |
| 792 |
|
|
| 793 |
|
// Show the custom profile fields for this user. |
| 794 |
|
if (!empty($context['custom_pf'])) |
| 795 |
|
foreach ($context['custom_pf'] as $key => $column) |
| 796 |
|
echo ' |
| 797 |
|
<td class="lefttext">', $buddy['options'][$key], '</td>'; |
| 798 |
|
|
| 799 |
|
echo ' |
| 800 |
|
<td> |