diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_profile_avatar.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_avatar.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_avatar.html b/phpBB/styles/prosilver/template/ucp_profile_avatar.html deleted file mode 100644 index 2669ed3c22..0000000000 --- a/phpBB/styles/prosilver/template/ucp_profile_avatar.html +++ /dev/null @@ -1,19 +0,0 @@ -<!-- 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 --> - -<fieldset class="submit-buttons"> - {S_HIDDEN_FIELDS} - <!-- IF S_DISPLAY_GALLERY --><input type="submit" name="display_gallery" value="{L_DISPLAY_GALLERY}" class="button2" /> <!-- ENDIF --> - <!-- IF S_IN_AVATAR_GALLERY --><input type="submit" name="cancel" value="{L_CANCEL}" class="button2" /> <!-- ELSE --> - <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <!-- ENDIF --> - <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> - {S_FORM_TOKEN} -</fieldset> -</form> - -<!-- INCLUDE ucp_footer.html -->
\ No newline at end of file |