diff options
author | rxu <rxu@mail.ru> | 2017-05-01 18:49:56 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2017-05-01 18:49:56 +0700 |
commit | e84459ba674af9267ea4119c746bfec290d2163d (patch) | |
tree | 8be5e1537d0ff3f055b673ea78ac612a6e47e15b /phpBB/styles/prosilver | |
parent | 725498075396461f393cd05eb710f7847683c6b9 (diff) | |
download | forums-e84459ba674af9267ea4119c746bfec290d2163d.tar forums-e84459ba674af9267ea4119c746bfec290d2163d.tar.gz forums-e84459ba674af9267ea4119c746bfec290d2163d.tar.bz2 forums-e84459ba674af9267ea4119c746bfec290d2163d.tar.xz forums-e84459ba674af9267ea4119c746bfec290d2163d.zip |
[ticket/15205] Add template events prepending/appending subforum link
PHPBB3-15205
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/forumlist_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index f8d6e36c8c..a197545b90 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -47,7 +47,7 @@ <!-- EVENT forumlist_body_subforums_before --> <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong> <!-- BEGIN subforum --> - <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --> + <!-- EVENT forumlist_body_subforum_link_prepend --><a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --><!-- EVENT forumlist_body_subforum_link_append --> <!-- END subforum --> <!-- EVENT forumlist_body_subforums_after --> <!-- ENDIF --> |