diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_avatar_options_remote.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_avatar_options_remote.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html new file mode 100644 index 0000000000..70869086a9 --- /dev/null +++ b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html @@ -0,0 +1,4 @@ +<dl> + <dt><label for="remotelink">{L_LINK_REMOTE_AVATAR}:</label><br /><span>{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></dt> + <dd><input type="text" name="remotelink" id="remotelink" value="" class="inputbox" /></dd> +</dl> |
