|
@@ 178-182 (lines=5) @@
|
| 175 |
|
<div class="username clear"> |
| 176 |
|
<h4>'; |
| 177 |
|
|
| 178 |
|
if (!empty($context['print_custom_fields']['before_member'])) |
| 179 |
|
foreach ($context['print_custom_fields']['before_member'] as $field) |
| 180 |
|
if (!empty($field['output_html'])) |
| 181 |
|
echo ' |
| 182 |
|
<span>', $field['output_html'], '</span>'; |
| 183 |
|
|
| 184 |
|
echo ' |
| 185 |
|
', $context['member']['name']; |
|
@@ 187-191 (lines=5) @@
|
| 184 |
|
echo ' |
| 185 |
|
', $context['member']['name']; |
| 186 |
|
|
| 187 |
|
if (!empty($context['print_custom_fields']['after_member'])) |
| 188 |
|
foreach ($context['print_custom_fields']['after_member'] as $field) |
| 189 |
|
if (!empty($field['output_html'])) |
| 190 |
|
echo ' |
| 191 |
|
<span>', $field['output_html'], '</span>'; |
| 192 |
|
|
| 193 |
|
|
| 194 |
|
echo ' |