|
@@ 728-730 (lines=3) @@
|
| 725 |
|
echo ' |
| 726 |
|
<th scope="col">', $txt['email'], '</th>'; |
| 727 |
|
|
| 728 |
|
if (!empty($context['custom_pf'])) |
| 729 |
|
foreach ($context['custom_pf'] as $column) |
| 730 |
|
echo ' |
| 731 |
|
<th scope="col">', $column['label'], '</th>'; |
| 732 |
|
|
| 733 |
|
echo ' |
|
@@ 767-770 (lines=4) @@
|
| 764 |
|
</td>'; |
| 765 |
|
|
| 766 |
|
// Show the custom profile fields for this user. |
| 767 |
|
if (!empty($context['custom_pf'])) |
| 768 |
|
foreach ($context['custom_pf'] as $key => $column) |
| 769 |
|
echo ' |
| 770 |
|
<td class="lefttext">', $buddy['options'][$key], '</td>'; |
| 771 |
|
|
| 772 |
|
echo ' |
| 773 |
|
<td> |