Files
dfde-theme/template/ucp_profile_avatar.html
T

14 lines
242 B
HTML
Raw Normal View History

<!-- INCLUDE ucp_header.html -->
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
<h2>{L_TITLE}</h2>
<!-- INCLUDE ucp_avatar_options.html -->
2017-07-02 23:55:22 +02:00
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
</form>
2017-07-02 23:55:22 +02:00
<!-- INCLUDE ucp_footer.html -->