|
@@ 1145-1147 (lines=3) @@
|
| 1142 |
|
$output = ''; |
| 1143 |
|
|
| 1144 |
|
// Render the label, if it's not hidden. |
| 1145 |
|
if (!$variables['label_hidden']) { |
| 1146 |
|
$output .= '<div class="field-label"' . $variables['title_attributes'] . '>' . $variables['label'] . ': </div>'; |
| 1147 |
|
} |
| 1148 |
|
|
| 1149 |
|
// Render the items. |
| 1150 |
|
$output .= '<div class="field-items"' . $variables['content_attributes'] . '>'; |
|
@@ 1192-1194 (lines=3) @@
|
| 1189 |
|
} |
| 1190 |
|
|
| 1191 |
|
// Render the label, if it's not hidden. |
| 1192 |
|
if (!$variables['label_hidden']) { |
| 1193 |
|
$output .= '<div class="field-label"' . $variables['title_attributes'] . '>' . $variables['label'] . ':</div> '; |
| 1194 |
|
} |
| 1195 |
|
|
| 1196 |
|
// Render the items. |
| 1197 |
|
$output .= '<div class="field-items"' . $variables['content_attributes'] . '>'; |