diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/profilefields/url.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/profilefields/url.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/profilefields/url.html b/phpBB/styles/subsilver2/template/profilefields/url.html deleted file mode 100644 index 42805aa98d..0000000000 --- a/phpBB/styles/subsilver2/template/profilefields/url.html +++ /dev/null @@ -1,3 +0,0 @@ -<!-- BEGIN url --> - <input type="url" class="post" name="{url.FIELD_IDENT}" id="{url.FIELD_IDENT}" size="{url.FIELD_LENGTH}" maxlength="{url.FIELD_MAXLEN}" value="{url.FIELD_VALUE}" /> -<!-- END url --> |