aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-04 15:49:33 -0800
committerMatt Friedman <maf675@gmail.com>2014-03-04 15:49:33 -0800
commit03492e62116f05da97fc4ee30d11793f4cdbbdc8 (patch)
tree60bfe9a1d824ae88da598d7fe7dc56c84ef73875 /phpBB
parentb01a0fe7c5d519c97a33c607e161fb6da5327369 (diff)
downloadforums-03492e62116f05da97fc4ee30d11793f4cdbbdc8.tar
forums-03492e62116f05da97fc4ee30d11793f4cdbbdc8.tar.gz
forums-03492e62116f05da97fc4ee30d11793f4cdbbdc8.tar.bz2
forums-03492e62116f05da97fc4ee30d11793f4cdbbdc8.tar.xz
forums-03492e62116f05da97fc4ee30d11793f4cdbbdc8.zip
[ticket/12248] Make extension details homepage a clickable link
http://tracker.phpbb.com/browse/PHPBB3-12248 PHPBB3-12248
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/acp_ext_details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html
index 18786d80f9..3e7a7af6e4 100644
--- a/phpBB/adm/style/acp_ext_details.html
+++ b/phpBB/adm/style/acp_ext_details.html
@@ -31,7 +31,7 @@
<!-- IF META_HOMEPAGE -->
<dl>
<dt><label for="meta_homepage">{L_HOMEPAGE}{L_COLON}</label></dt>
- <dd><p id="meta_homepage">{META_HOMEPAGE}</p></dd>
+ <dd><p id="meta_homepage"><strong><a href="{META_HOMEPAGE}">{META_HOMEPAGE}</a></strong></p></dd>
</dl>
<!-- ENDIF -->
<!-- IF META_TIME -->