diff options
Diffstat (limited to 'phpBB/adm/style/acp_ext_details.html')
-rw-r--r-- | phpBB/adm/style/acp_ext_details.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 397610d83b..bc5fda7cc2 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -69,10 +69,6 @@ <dt><label for="author_name">{L_AUTHOR_NAME}:</label></dt>
<dd><strong id="author_name">{authors.AUTHOR_NAME}</strong></dd>
</dl>
- <dl>
- <dt><label for="author_email">{L_AUTHOR_USERNAME}:</label></dt>
- <dd><strong id="author_email">{authors.AUTHOR_USERNAME}</strong></dd>
- </dl>
<!-- IF authors.AUTHOR_EMAIL -->
<dl>
<dt><label for="author_email">{L_AUTHOR_EMAIL}:</label></dt>
@@ -94,4 +90,4 @@ <!-- END authors -->
</fieldset>
-<!-- INCLUDE overall_footer.html -->
\ No newline at end of file +<!-- INCLUDE overall_footer.html -->
|