[ticket/12233] Add images back to subsilver2

PHPBB3-12233
This commit is contained in:
Joas Schilling 2014-02-28 15:08:15 +01:00
parent a823205403
commit 43040dd6a4

View file

@ -142,7 +142,7 @@
<!-- IF custom_fields.S_PROFILE_CONTACT -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{custom_fields.PROFILE_FIELD_NAME}{L_COLON} </td>
<td><b class="genmed">{custom_fields.PROFILE_FIELD_VALUE}</b></td>
<td><a href="{custom_fields.PROFILE_FIELD_CONTACT}"><span class="imageset {custom_fields.PROFILE_FIELD_IDENT}-icon">{custom_fields.PROFILE_FIELD_DESC}</span></a></td>
</tr>
<!-- ENDIF -->
<!-- END custom_fields -->