phpBB

Code Changes

File: styles/prosilver/template/ucp_profile_profile_info.html

  Unmodified   Added   Modified   Removed
Line 10Line 10

<fieldset>
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->


<fieldset>
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->

 
	<!-- EVENT ucp_profile_profile_info_before -->

	<!-- IF S_BIRTHDAYS_ENABLED -->
<dl>
<dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>

	<!-- IF S_BIRTHDAYS_ENABLED -->
<dl>
<dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>

Line 34Line 35
			<dd>{profile_fields.FIELD}</dd>
</dl>
<!-- END profile_fields -->

			<dd>{profile_fields.FIELD}</dd>
</dl>
<!-- END profile_fields -->

 
	<!-- EVENT ucp_profile_profile_info_after -->

	</fieldset>

</div>

	</fieldset>

</div>