diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-03-27 17:29:50 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2014-03-27 17:29:50 -0700 |
| commit | 2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938 (patch) | |
| tree | f98db43bbed394df6fcd34bfa88b8a71ba0b0e4d /phpBB/styles/prosilver/template/ucp_main_subscribed.html | |
| parent | c897ac5d7086d82cc1a9ba3f7637cac859c1d6b4 (diff) | |
| download | forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.tar forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.tar.gz forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.tar.bz2 forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.tar.xz forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.zip | |
[ticket/12300] Make all topic row icons clickable
Forum list icons link to first page of forum
UCP subscribed forums icons link to first page of forum
MCP Forum page topic icons link to first (or first unread) post
PM Icons link to the message
PHPBB3-12300
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_subscribed.html')
| -rwxr-xr-x | phpBB/styles/prosilver/template/ucp_main_subscribed.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html index 387937ae2c..9d78bc95fa 100755 --- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html +++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html @@ -24,6 +24,7 @@ <li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> <dl class="icon {forumrow.FORUM_IMG_STYLE}"> <dt> + <a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a> <div class="list-inner"> <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br /> {forumrow.FORUM_DESC} |
